Fix translations

Add missing keys, remove duplicate keys, avoid exception on missing
calendar categories.
pull/245/head
Francis Lachapelle 2018-10-18 15:32:08 -04:00
parent 48f2677aad
commit 04555b1e14
5 changed files with 28 additions and 28 deletions

View File

@ -48,12 +48,8 @@
"shortDateFmt_7" = "%m/%d/%y";
"shortDateFmt_8" = "%m/%e/%y";
"shortDateFmt_9" = "%y.%m.%d";
"shortDateFmt_10" = "%y.%m.%d";
"shortDateFmt_11" = "%y.%m.%d";
"shortDateFmt_12" = "%Y.%m.%d";
"shortDateFmt_13" = "%Y.%m.%d";
"shortDateFmt_14" = "%Y.%m.%d";
"shortDateFmt_15" = "";
"shortDateFmt_10" = "%Y.%m.%d";
"shortDateFmt_11" = "";
"longDateFmt_0" = "%A, %B %d, %Y";
"longDateFmt_1" = "%B %d, %Y";

View File

@ -63,12 +63,11 @@
"shortDateFmt_7" = "%m/%d/%y";
"shortDateFmt_8" = "%m/%e/%y";
"shortDateFmt_9" = "%y/%m/%d";
"shortDateFmt_10" = "%y/%m/%d";
"shortDateFmt_11" = "%y.%m.%d";
"shortDateFmt_12" = "%Y-%m-%d";
"shortDateFmt_13" = "%Y/%m/%d";
"shortDateFmt_14" = "%Y.%m.%d";
"shortDateFmt_15" = "";
"shortDateFmt_10" = "%y.%m.%d";
"shortDateFmt_11" = "%Y-%m-%d";
"shortDateFmt_12" = "%Y/%m/%d";
"shortDateFmt_13" = "%Y.%m.%d";
"shortDateFmt_14" = "";
"longDateFmt_0" = "%A, %B %d, %Y";
"longDateFmt_1" = "%B %d, %Y";

View File

@ -70,20 +70,19 @@
"Default Module" = "Стандарден модул";
"Save" = "Сними";
"shortDateFmt_0" = "%d-%b-%y";
"shortDateFmt_1" = "%d-%b-%y";
"shortDateFmt_2" = "%d/%m/%y";
"shortDateFmt_3" = "%e/%m/%y";
"shortDateFmt_4" = "%d-%m-%Y";
"shortDateFmt_5" = "%d/%m/%Y";
"shortDateFmt_6" = "%m-%d-%y";
"shortDateFmt_7" = "%m/%d/%y";
"shortDateFmt_8" = "%m/%e/%y";
"shortDateFmt_9" = "%y-%m-%d";
"shortDateFmt_10" = "%y/%m/%d";
"shortDateFmt_11" = "%y.%m.%d";
"shortDateFmt_12" = "%Y-%m-%d";
"shortDateFmt_13" = "%Y/%m/%d";
"shortDateFmt_14" = "%Y.%m.%d";
"shortDateFmt_1" = "%d/%m/%y";
"shortDateFmt_2" = "%e/%m/%y";
"shortDateFmt_3" = "%d-%m-%Y";
"shortDateFmt_4" = "%d/%m/%Y";
"shortDateFmt_5" = "%m-%d-%y";
"shortDateFmt_6" = "%m/%d/%y";
"shortDateFmt_7" = "%m/%e/%y";
"shortDateFmt_8" = "%y-%m-%d";
"shortDateFmt_9" = "%y/%m/%d";
"shortDateFmt_10" = "%y.%m.%d";
"shortDateFmt_11" = "%Y-%m-%d";
"shortDateFmt_12" = "%Y/%m/%d";
"shortDateFmt_13" = "%Y.%m.%d";
"shortDateFmt_15" = "";
"longDateFmt_0" = "%A, %B %d, %Y";

View File

@ -1223,8 +1223,14 @@ static NSArray *reminderValues = nil;
labels = [[self labelForKey: @"calendar_category_labels"] componentsSeparatedByString: @","];
colors = [[[SOGoSystemDefaults sharedSystemDefaults] calendarCategoriesColors] allValues];
if ([colors count] > [labels count])
{
[self errorWithFormat: @"Incomplete calendar_category_labels for translation %@", [[user userDefaults] language]];
}
defaultCategoriesColors = [NSMutableDictionary dictionary];
for (i = 0; i < [colors count]; i++)
for (i = 0; i < [colors count] && i < [labels count]; i++)
{
[defaultCategoriesColors setObject: [colors objectAtIndex: i]
forKey: [labels objectAtIndex: i]];

View File

@ -221,7 +221,7 @@
"Add Contact Category" = "Ychwanegu Categori Cysylltiadau";
"Remove Contact Category" = "Dileu Categori Cysylltiadau";
"category_none" = "Dim";
"calendar_category_labels" = "Amrywiol,Anrhegion,Busnes,Canlyniadau,Cleientiaid,Cwsmer,Cyflenwyr,Cystadleuaeth,Dilyn lan,Ffefrynnau,Galwadau,Gwyliau,Cyfarfod,Gwyliau Cyhoeddus,Pen-blwydd,Personol,Prosiectau,Statws,Syniadau,Teithio";
"calendar_category_labels" = "Pen-blwydd,Pen-blwydd,Busnes,Galwadau,Cleientiaid,Cystadleuaeth,Cwsmer,Ffefrynnau,Dilyniant,Anrhegion,Gwyliau,Syniadau,Cyfarfod,Materion,Amrywiol,Personol,Prosiectau,Gwyliau cyhoeddus,Statws,Cyflenwyr,Teithio,Gwyliau";
/* Default module */
"Calendar" = "Calendr";