Skip to content

Commit

Permalink
Merge pull request #6702 from openstreetmap/cldr-languages
Browse files Browse the repository at this point in the history
CLDR Languages
  • Loading branch information
quincylvania committed Aug 2, 2019
2 parents e705c0f + 8cc9ca6 commit 20e33a7
Show file tree
Hide file tree
Showing 11 changed files with 1,037 additions and 105 deletions.
1 change: 1 addition & 0 deletions data/core.yaml
Expand Up @@ -391,6 +391,7 @@ en:
localized_translation_label: Multilingual Name
localized_translation_language: Choose language
localized_translation_name: Name
language_and_code: "{language} ({code})"
zoom_in_edit: Zoom in to edit
login: Log In
logout: Log Out
Expand Down
1 change: 1 addition & 0 deletions data/index.js
Expand Up @@ -3,6 +3,7 @@ export { wikipedia as dataWikipedia } from 'wmf-sitematrix';
export { dataAddressFormats } from './address-formats.json';
export { dataDeprecated } from './deprecated.json';
export { dataDiscarded } from './discarded.json';
export { dataLanguages } from './languages.json';
export { dataLocales } from './locales.json';
export { dataPhoneFormats } from './phone-formats.json';
export { dataShortcuts } from './shortcuts.json';
Expand Down

0 comments on commit 20e33a7

Please sign in to comment.