Skip to content

Commit

Permalink
Add Yiddish language as option for Google Translate. Addresses issue #46
Browse files Browse the repository at this point in the history
  • Loading branch information
cmenedes committed Apr 12, 2021
1 parent 238a0ea commit d47b346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nyc-lib",
"version": "1.4.35",
"version": "1.4.36",
"description": "A set of common libraries used to develop NYC mapping applications",
"scripts": {
"pushit": "cd etc && ./push.sh && cd ..",
Expand Down
3 changes: 2 additions & 1 deletion src/nyc/lang/Translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ Translate.DEFAULT_LANGUAGES = {
pl: {code: 'pl', name: 'Polish', native: 'polski', hint: 'język polski'},
ru: {code: 'ru', name: 'Russian', native: 'Pусский', hint: 'перевести'},
es: {code: 'es', name: 'Spanish', native: 'Español', hint: 'Traducir'},
ur: {code: 'ur', name: 'Urdu', native: 'اردو', hint: 'ںیرکہمجرت', rtl: true}
ur: {code: 'ur', name: 'Urdu', native: 'اردو', hint: 'ںیرکہمجرت', rtl: true},
yi: {code: 'yi', name: 'Yiddish', native: 'ייִדיש', hint: 'איבערזעץ', rtl: true}
}

Translate.DEFAULT_MESSAGES = {
Expand Down

0 comments on commit d47b346

Please sign in to comment.