feat: added russian translations

This commit is contained in:
0xJacky 2023-05-24 22:19:34 +08:00
parent fbc44dc794
commit aa6acbd18c
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
module.exports = {
output: {
locales: ['en', 'es', 'zh_CN', 'zh_TW', 'fr_FR'],
locales: ['en', 'es', 'zh_CN', 'zh_TW', 'fr_FR', 'ru_RU'],
},
}

View file

@ -7,7 +7,8 @@ export default createGettext({
zh_CN: '简',
zh_TW: '繁',
fr_FR: 'Fr',
es: 'Es'
es: 'Es',
ru_RU: 'Ru'
},
defaultLanguage: 'en',
translations: translations,