add Romanian locale configuration

This commit is contained in:
jonaswinkler
2021-02-28 12:40:25 +01:00
parent 53b7b14467
commit e5a4715161
4 changed files with 9 additions and 3 deletions

View File

@@ -21,7 +21,8 @@
"fr": "src/locale/messages.fr.xlf",
"en-GB": "src/locale/messages.en_GB.xlf",
"pt-BR": "src/locale/messages.pt_BR.xlf",
"it": "src/locale/messages.it.xlf"
"it": "src/locale/messages.it.xlf",
"ro": "src/locale/messages.ro.xlf"
}
},
"architect": {