Skip to content

Commit

Permalink
feat(localize): add support for Russian language
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Feb 15, 2024
1 parent 791ae7b commit e064112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/langList.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const ALL_LANGUAGES = [
hasEPUB: false,
WOL_DT: 'https://wol.jw.org/wol/dt/r5/lp-t',
},
{ code: 'u', locale: 'ru-RU', name: 'русский', isUI: true, hasEPUB: true, WOL_DT: 'https://wol.jw.org/wol/dt/r2/lp-u' },
{
code: 'ttm',
locale: 'mg-TTM',
Expand Down

0 comments on commit e064112

Please sign in to comment.