Bug Fixes + Romanian Localization (#1034)
* Added translation using Weblate (Romanian) * Translated using Weblate (Romanian) Currently translated at 4.1% (45 of 1073 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/ro/ * Fix Svelte dependencies * Add Romanian language support by registering locale files * Update appVersion to 'v0.12.0-main-022726' --------- Co-authored-by: Hango Bogdan Ioan <hangobogdan@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
register('ja', () => import('../locales/ja.json'));
|
||||
register('ar', () => import('../locales/ar.json'));
|
||||
register('pt-br', () => import('../locales/pt-br.json'));
|
||||
register('ro', () => import('../locales/ro.json'));
|
||||
register('sk', () => import('../locales/sk.json'));
|
||||
register('tr', () => import('../locales/tr.json'));
|
||||
register('uk', () => import('../locales/uk.json'));
|
||||
@@ -41,6 +42,7 @@
|
||||
'ja',
|
||||
'ar',
|
||||
'pt-br',
|
||||
'ro',
|
||||
'sk',
|
||||
'tr',
|
||||
'uk',
|
||||
|
||||
Reference in New Issue
Block a user