Skip to content

Commit

Permalink
fix(i18n): Missing translation keys (#1614)
Browse files Browse the repository at this point in the history
This commit adds in missing translation keys and provides better translations for a few others.
  • Loading branch information
lomamech authored and jniles committed May 8, 2017
1 parent 4df53c2 commit 7cf8682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion client/src/i18n/en/periods.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"CUSTOM_FROM" : "Custom From",
"CUSTOM_TO" : "Custom To",
"SELECT_PERIOD" : "Select Period",
"SELECT_CUSTOM_PERIOD" : "Select Custom Period"
"SELECT_CUSTOM_PERIOD" : "Select Custom Period",
"SUBMIT_CUSTOM_PERIOD" : "Submit Custom Period"
}
}
5 changes: 3 additions & 2 deletions client/src/i18n/fr/periods.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"LAST_MONTH" : "Mois dernier",
"LAST_YEAR" : "Année derniére",
"ALL_TIME" : "Tout le temps",
"CUSTOM" : "Customizé",
"CUSTOM" : "Personalisé",
"START" : "Début",
"END" : "Fin",
"PERIOD_LIMIT" : "Limite de période",
"CUSTOM_FROM" : "de",
"CUSTOM_TO" : "à",
"SELECT_PERIOD" : "Période choisie",
"SELECT_CUSTOM_PERIOD" : "Période personnalisée"
"SELECT_CUSTOM_PERIOD" : "Période personnalisée",
"SUBMIT_CUSTOM_PERIOD" : "Valider la période"
}
}

0 comments on commit 7cf8682

Please sign in to comment.