Skip to content

Commit

Permalink
Add Korean language
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Jul 28, 2024
1 parent cd46209 commit 38687a1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
55 changes: 28 additions & 27 deletions src/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,50 @@ All strings that need to be translated
// existing languages for frontend strings
export const frontendLanguages = [
'ar',
'ca',
'de_AT',
'en_GB',
'es',
'ga',
'hu',
'it',
'mk',
'nn',
'pt_PT',
'sk',
'sr',
'tr',
'zh_CN',
'bg',
'cs',
'de',
'en',
'fi',
'he',
'ja',
'nb',
'pl',
'ro',
'sl',
'sv',
'uk',
'zh_HK',
'br',
'ca',
'cs',
'da',
'de_AT',
'de',
'el',
'en_GB',
'en',
'eo',
'es',
'fi',
'fr',
'ga',
'he',
'hr',
'hu',
'is',
'it',
'ja',
'ko',
'lt',
'lv',
'mk',
'nb',
'nl',
'nn',
'pl',
'pt_BR',
'pt_PT',
'ro',
'ru',
'sk',
'sl',
'sq',
'sr',
'sv',
'ta',
'tr',
'uk',
'vi',
'zh_CN',
'zh_HK',
'zh_TW',
]

Expand Down
1 change: 1 addition & 0 deletions src/views/GrampsjsViewMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const languageCoordinates = {
uk: [49, 31], // Ukrainian - Approximate center of Ukraine
vi: [16, 106], // Vietnamese - Approximate center of Vietnam
zh: [35, 105], // Chinese - Approximate center of China
ko: [38, 128], // Korean - Approximate center of Korea
}

export class GrampsjsViewMap extends GrampsjsView {
Expand Down

0 comments on commit 38687a1

Please sign in to comment.