mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
moving selected counter + cleaning code
This commit is contained in:
@@ -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
|
||||
})
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user