Merge pull request #2167 from MichMich/fix-greek-translation

Fix greek translation. Rename GR to EL. (Fixes: #2155)
This commit is contained in:
Michael Teeuw 2020-10-15 09:39:50 +02:00 committed by GitHub
commit 13c542aeda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ _This release is scheduled to be released on 2021-01-01._
- Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support. (#2145, #2151)
- Wrong node-ical version installed (package.json) requested version. (#2153)
- Fix calendar fetcher subsequent timing (#2160)
- Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155)
## [2.13.0] - 2020-10-01

View File

@ -25,7 +25,7 @@ var translations = {
"zh-tw": "translations/zh-tw.json", // Traditional Chinese
ja: "translations/ja.json", // Japanese
pl: "translations/pl.json", // Polish
gr: "translations/gr.json", // Greek
el: "translations/el.json", // Greek
da: "translations/da.json", // Danish
tr: "translations/tr.json", // Turkish
ru: "translations/ru.json", // Russian