mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
remove clientSideStrings part, stringNotFound added to locales/en/app.json, should be added to other languages, readme updated, $rootscope.translations removed
This commit is contained in:
@@ -131,21 +131,21 @@ habitrpg
|
||||
scope.main = attrs.main;
|
||||
$rootScope.lists = [
|
||||
{
|
||||
header: 'Habits',
|
||||
header: env.t('Habits'),
|
||||
type: 'habit',
|
||||
placeHolder: 'New Habit'
|
||||
placeHolder: env.t('newHabit')
|
||||
}, {
|
||||
header: 'Dailies',
|
||||
header: env.t('Dailies'),
|
||||
type: 'daily',
|
||||
placeHolder: 'New Daily'
|
||||
placeHolder: env.t('newDaily')
|
||||
}, {
|
||||
header: 'To-Dos',
|
||||
header: env.t('Todos'),
|
||||
type: 'todo',
|
||||
placeHolder: 'New To-Do'
|
||||
placeHolder: env.t('newTodo')
|
||||
}, {
|
||||
header: 'Rewards',
|
||||
header: env.t('Rewards'),
|
||||
type: 'reward',
|
||||
placeHolder: 'New Reward'
|
||||
placeHolder: env.t('newReward')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user