mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
making strings translatable
not translating the body keys though...
This commit is contained in:
@@ -30,8 +30,8 @@ angular.module('habitrpg')
|
||||
var user = {}; // this is stored as a reference accessible to all controllers, that way updates propagate
|
||||
|
||||
var userNotifications = {
|
||||
"party.order" : "Party order updated.",
|
||||
"party.orderAscending" : "Party order updated."
|
||||
"party.order" : env.t("updatedParty"),
|
||||
"party.orderAscending" : env.t("updatedParty")
|
||||
}; // this is a list of notifications to send to the user when changes are made, along with the message.
|
||||
|
||||
//first we populate user with schema
|
||||
|
||||
Reference in New Issue
Block a user