moving selected counter + cleaning code

This commit is contained in:
2021-05-04 10:48:58 +02:00
parent 4495a5d33b
commit cc8de353d4
5 changed files with 21 additions and 32 deletions

View File

@@ -18,14 +18,6 @@ const datetimeFormats = {
}
}
};
//const pluralizationRules = {
// 'fr': (choice, choicesLength) => {
// if (choice === 0) {
// return 0;
// }
// return (choicesLength < 4) ? 2 : 3;
// }
//};
const messages = {
fr: {
action: {
@@ -55,7 +47,6 @@ const _createI18n = (appMessages) => {
fallbackLocale: 'fr',
datetimeFormats,
messages,
//pluralizationRules
})
};