mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
save checkboxes state in store
This commit is contained in:
@@ -18,6 +18,14 @@ const datetimeFormats = {
|
||||
}
|
||||
}
|
||||
};
|
||||
//const pluralizationRules = {
|
||||
// 'fr': (choice, choicesLength) => {
|
||||
// if (choice === 0) {
|
||||
// return 0;
|
||||
// }
|
||||
// return (choicesLength < 4) ? 2 : 3;
|
||||
// }
|
||||
//};
|
||||
const messages = {
|
||||
fr: {
|
||||
action: {
|
||||
@@ -43,10 +51,11 @@ const messages = {
|
||||
const _createI18n = (appMessages) => {
|
||||
Object.assign(messages.fr, appMessages.fr);
|
||||
return createI18n({
|
||||
locale: 'fr',
|
||||
fallbackLocale: 'fr',
|
||||
datetimeFormats,
|
||||
messages,
|
||||
locale: 'fr',
|
||||
fallbackLocale: 'fr'
|
||||
//pluralizationRules
|
||||
})
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user