Skip to content

Commit

Permalink
Merge pull request #1222 from RodriSanchez1/fix/AlbanianCodeRHVoice
Browse files Browse the repository at this point in the history
Fix albanian lang code for RH Voice
  • Loading branch information
RodriSanchez1 authored May 26, 2022
2 parents 166d08c + 5fb14fc commit 25906e6
Show file tree
Hide file tree
Showing 5 changed files with 4,151 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/App/App.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const APP_LANGS = [
'ru-RU',
'si-LK',
'sk-SK',
'sq-MK',
'sq-AL',
'sr-ME',
'sr-SP',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings/Language/downloadablesTts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"label": "RHVoice",
"name": "com.github.olga_yakovleva.rhvoice.android",
"langs": ["ru-RU", "mk-MK", "uk-UA", "sq-AL"],
"langs": ["ru-RU", "mk-MK", "uk-UA", "sq-MK"],
"url": "https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android",
"marketId": "com.github.olga_yakovleva.rhvoice.android",
"vendor": "RHVoice",
Expand Down
Loading

0 comments on commit 25906e6

Please sign in to comment.