First attempt at using l10n

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-07-11 15:00:08 -04:00
parent be8a3479ac
commit ba378ea00b
5 changed files with 35 additions and 14 deletions

View File

@@ -74,6 +74,8 @@ OC.L10N.register(
"Shared boards" : "Shared boards",
"View more" : "View more",
"Move board to archive" : "Move board to archive",
"Create a new board" : "Create a new board"
"Create a new board" : "Create a new board",
"Personal": "Personal",
"To do": "To do"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -72,6 +72,8 @@
"Shared boards" : "Shared boards",
"View more" : "View more",
"Move board to archive" : "Move board to archive",
"Create a new board" : "Create a new board"
"Create a new board" : "Create a new board",
"Personal": "Personal",
"To do": "To do"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}