feat(i18n): add Romanian (ro) locale
Adds locales/ro/common.json and wires ro through routing, request, intl-provider, the language switcher and the flag list. Plurals use Romanian one/few/other forms.
This commit is contained in:
@@ -50,6 +50,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
|
||||
case 'pt':
|
||||
messages = (await import('../locales/pt/common.json')).default;
|
||||
break;
|
||||
case 'ro':
|
||||
messages = (await import('../locales/ro/common.json')).default;
|
||||
break;
|
||||
case 'ru':
|
||||
messages = (await import('../locales/ru/common.json')).default;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user