bifocal/node_modules/express-hbs/test/apps/i18n/locales/fr.json

9 lines
141 B
JSON
Raw Normal View History

2024-06-19 09:56:58 -04:00
{
"text to test": "Texte à tester",
"%d cat": {
"one": "%d chat",
"other": "%d chats"
},
"each": "chaque"
}