@internetarchive/collection-browser 2.7.13 → 2.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +3 -3
- package/.github/workflows/gh-pages-main.yml +2 -2
- package/.github/workflows/pr-preview.yml +2 -2
- package/.prettierignore +1 -0
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/src/app-root.d.ts +1 -1
- package/dist/src/app-root.js +4 -4
- package/dist/src/app-root.js.map +1 -1
- package/dist/src/assets/img/icons/arrow-left.d.ts +1 -1
- package/dist/src/assets/img/icons/arrow-right.d.ts +1 -1
- package/dist/src/assets/img/icons/chevron.d.ts +1 -1
- package/dist/src/assets/img/icons/contract.d.ts +1 -1
- package/dist/src/assets/img/icons/empty-query.d.ts +1 -1
- package/dist/src/assets/img/icons/expand.d.ts +1 -1
- package/dist/src/assets/img/icons/eye-closed.d.ts +1 -1
- package/dist/src/assets/img/icons/eye.d.ts +1 -1
- package/dist/src/assets/img/icons/favorite-filled.d.ts +1 -1
- package/dist/src/assets/img/icons/favorite-unfilled.d.ts +1 -1
- package/dist/src/assets/img/icons/filter.d.ts +1 -1
- package/dist/src/assets/img/icons/login-required.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/account.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/audio.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/collection.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/data.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/etree.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/film.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/images.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/radio.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/search.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/software.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/texts.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/tv.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/video.d.ts +1 -1
- package/dist/src/assets/img/icons/mediatype/web.d.ts +1 -1
- package/dist/src/assets/img/icons/null-result.d.ts +1 -1
- package/dist/src/assets/img/icons/restricted.d.ts +1 -1
- package/dist/src/assets/img/icons/reviews.d.ts +1 -1
- package/dist/src/assets/img/icons/upload.d.ts +1 -1
- package/dist/src/assets/img/icons/views.d.ts +1 -1
- package/dist/src/circular-activity-indicator.d.ts +1 -1
- package/dist/src/circular-activity-indicator.js.map +1 -1
- package/dist/src/collection-browser.js +1 -2
- package/dist/src/collection-browser.js.map +1 -1
- package/dist/src/collection-facets/facet-row.js.map +1 -1
- package/dist/src/collection-facets/facet-tombstone-row.d.ts +1 -1
- package/dist/src/collection-facets/facet-tombstone-row.js.map +1 -1
- package/dist/src/collection-facets/facets-template.js +5 -5
- package/dist/src/collection-facets/facets-template.js.map +1 -1
- package/dist/src/collection-facets/more-facets-content.d.ts +1 -1
- package/dist/src/collection-facets/more-facets-content.js +2 -4
- package/dist/src/collection-facets/more-facets-content.js.map +1 -1
- package/dist/src/collection-facets/more-facets-pagination.js +1 -0
- package/dist/src/collection-facets/more-facets-pagination.js.map +1 -1
- package/dist/src/collection-facets/smart-facets/dedupe.js.map +1 -1
- package/dist/src/collection-facets/smart-facets/heuristics/query-keywords-heuristic.js.map +1 -1
- package/dist/src/collection-facets/smart-facets/heuristics/wikidata-heuristic.js +1 -1
- package/dist/src/collection-facets/smart-facets/heuristics/wikidata-heuristic.js.map +1 -1
- package/dist/src/collection-facets/smart-facets/models.d.ts +2 -2
- package/dist/src/collection-facets/smart-facets/smart-facet-bar.js +1 -4
- package/dist/src/collection-facets/smart-facets/smart-facet-bar.js.map +1 -1
- package/dist/src/collection-facets/smart-facets/smart-facet-button.d.ts +1 -1
- package/dist/src/collection-facets/smart-facets/smart-facet-button.js.map +1 -1
- package/dist/src/collection-facets/smart-facets/smart-facet-dropdown.d.ts +1 -1
- package/dist/src/collection-facets/smart-facets/smart-facet-dropdown.js.map +1 -1
- package/dist/src/collection-facets/smart-facets/smart-facet-heuristics.js.map +1 -1
- package/dist/src/collection-facets/toggle-switch.d.ts +2 -2
- package/dist/src/collection-facets/toggle-switch.js +2 -2
- package/dist/src/collection-facets/toggle-switch.js.map +1 -1
- package/dist/src/collection-facets.js +2 -3
- package/dist/src/collection-facets.js.map +1 -1
- package/dist/src/data-source/collection-browser-data-source-interface.js.map +1 -1
- package/dist/src/data-source/collection-browser-data-source.js +8 -9
- package/dist/src/data-source/collection-browser-data-source.js.map +1 -1
- package/dist/src/data-source/models.d.ts +2 -2
- package/dist/src/empty-placeholder.d.ts +1 -1
- package/dist/src/empty-placeholder.js +10 -11
- package/dist/src/empty-placeholder.js.map +1 -1
- package/dist/src/expanded-date-picker.js.map +1 -1
- package/dist/src/language-code-handler/language-code-handler.js.map +1 -1
- package/dist/src/language-code-handler/language-code-mapping.js +86 -86
- package/dist/src/language-code-handler/language-code-mapping.js.map +1 -1
- package/dist/src/manage/manage-bar.js +16 -16
- package/dist/src/manage/manage-bar.js.map +1 -1
- package/dist/src/manage/remove-items-modal-content.js.map +1 -1
- package/dist/src/mediatype/mediatype-config.js +1 -0
- package/dist/src/mediatype/mediatype-config.js.map +1 -1
- package/dist/src/models.d.ts +15 -15
- package/dist/src/models.js +3 -3
- package/dist/src/models.js.map +1 -1
- package/dist/src/restoration-state-handler.js +0 -1
- package/dist/src/restoration-state-handler.js.map +1 -1
- package/dist/src/sort-filter-bar/alpha-bar-tooltip.d.ts +1 -1
- package/dist/src/sort-filter-bar/alpha-bar-tooltip.js.map +1 -1
- package/dist/src/sort-filter-bar/alpha-bar.js +9 -9
- package/dist/src/sort-filter-bar/alpha-bar.js.map +1 -1
- package/dist/src/sort-filter-bar/img/compact.d.ts +1 -1
- package/dist/src/sort-filter-bar/img/list.d.ts +1 -1
- package/dist/src/sort-filter-bar/img/sort-toggle-disabled.d.ts +1 -1
- package/dist/src/sort-filter-bar/img/sort-toggle-down.d.ts +1 -1
- package/dist/src/sort-filter-bar/img/sort-toggle-up.d.ts +1 -1
- package/dist/src/sort-filter-bar/img/sort-triangle.d.ts +1 -1
- package/dist/src/sort-filter-bar/img/tile.d.ts +1 -1
- package/dist/src/sort-filter-bar/sort-filter-bar.d.ts +1 -1
- package/dist/src/sort-filter-bar/sort-filter-bar.js +1 -2
- package/dist/src/sort-filter-bar/sort-filter-bar.js.map +1 -1
- package/dist/src/tiles/base-tile-component.js.map +1 -1
- package/dist/src/tiles/collection-browser-loading-tile.d.ts +1 -1
- package/dist/src/tiles/collection-browser-loading-tile.js.map +1 -1
- package/dist/src/tiles/grid/account-tile.js.map +1 -1
- package/dist/src/tiles/grid/collection-tile.js.map +1 -1
- package/dist/src/tiles/grid/item-tile.js +2 -3
- package/dist/src/tiles/grid/item-tile.js.map +1 -1
- package/dist/src/tiles/grid/search-tile.js.map +1 -1
- package/dist/src/tiles/grid/tile-stats.d.ts +1 -1
- package/dist/src/tiles/grid/tile-stats.js +2 -2
- package/dist/src/tiles/grid/tile-stats.js.map +1 -1
- package/dist/src/tiles/hover/hover-pane-controller.js.map +1 -1
- package/dist/src/tiles/hover/tile-hover-pane.d.ts +1 -1
- package/dist/src/tiles/hover/tile-hover-pane.js +3 -1
- package/dist/src/tiles/hover/tile-hover-pane.js.map +1 -1
- package/dist/src/tiles/image-block.d.ts +1 -1
- package/dist/src/tiles/image-block.js +1 -1
- package/dist/src/tiles/image-block.js.map +1 -1
- package/dist/src/tiles/item-image.d.ts +1 -1
- package/dist/src/tiles/item-image.js +2 -2
- package/dist/src/tiles/item-image.js.map +1 -1
- package/dist/src/tiles/list/tile-list-compact-header.d.ts +1 -1
- package/dist/src/tiles/list/tile-list-compact-header.js.map +1 -1
- package/dist/src/tiles/list/tile-list-compact.d.ts +1 -1
- package/dist/src/tiles/list/tile-list-compact.js.map +1 -1
- package/dist/src/tiles/list/tile-list.js +4 -6
- package/dist/src/tiles/list/tile-list.js.map +1 -1
- package/dist/src/tiles/mediatype-icon.d.ts +1 -1
- package/dist/src/tiles/mediatype-icon.js.map +1 -1
- package/dist/src/tiles/overlay/icon-overlay.js.map +1 -1
- package/dist/src/tiles/overlay/text-overlay.js.map +1 -1
- package/dist/src/tiles/review-block.js.map +1 -1
- package/dist/src/tiles/text-snippet-block.js.map +1 -1
- package/dist/src/tiles/tile-dispatcher.d.ts +1 -1
- package/dist/src/tiles/tile-dispatcher.js.map +1 -1
- package/dist/src/tiles/tile-display-value-provider.js.map +1 -1
- package/dist/src/utils/facet-utils.js.map +1 -1
- package/dist/src/utils/format-count.d.ts +2 -2
- package/dist/src/utils/format-count.js +0 -1
- package/dist/src/utils/format-count.js.map +1 -1
- package/dist/src/utils/format-date.d.ts +1 -1
- package/dist/src/utils/format-date.js.map +1 -1
- package/dist/src/utils/format-unit-size.js.map +1 -1
- package/dist/src/utils/log.js +1 -3
- package/dist/src/utils/log.js.map +1 -1
- package/dist/src/utils/resolve-mediatype.js.map +1 -1
- package/dist/test/collection-browser.test.js +4 -3
- package/dist/test/collection-browser.test.js.map +1 -1
- package/dist/test/collection-facets/facet-row.test.js +4 -1
- package/dist/test/collection-facets/facet-row.test.js.map +1 -1
- package/dist/test/collection-facets/facets-template.test.js.map +1 -1
- package/dist/test/collection-facets/more-facets-content.test.js +0 -1
- package/dist/test/collection-facets/more-facets-content.test.js.map +1 -1
- package/dist/test/collection-facets/more-facets-pagination.test.js +0 -1
- package/dist/test/collection-facets/more-facets-pagination.test.js.map +1 -1
- package/dist/test/collection-facets/toggle-switch.test.js +12 -3
- package/dist/test/collection-facets/toggle-switch.test.js.map +1 -1
- package/dist/test/collection-facets.test.js +4 -4
- package/dist/test/collection-facets.test.js.map +1 -1
- package/dist/test/data-source/collection-browser-data-source.test.js.map +1 -1
- package/dist/test/empty-placeholder.test.js +0 -1
- package/dist/test/empty-placeholder.test.js.map +1 -1
- package/dist/test/expanded-date-picker.test.js +4 -3
- package/dist/test/expanded-date-picker.test.js.map +1 -1
- package/dist/test/icon-overlay.test.js +0 -1
- package/dist/test/icon-overlay.test.js.map +1 -1
- package/dist/test/image-block.test.js +0 -1
- package/dist/test/image-block.test.js.map +1 -1
- package/dist/test/item-image.test.js +0 -1
- package/dist/test/item-image.test.js.map +1 -1
- package/dist/test/manage/manage-bar.test.js +2 -3
- package/dist/test/manage/manage-bar.test.js.map +1 -1
- package/dist/test/manage/remove-items-modal-content.test.js +0 -1
- package/dist/test/manage/remove-items-modal-content.test.js.map +1 -1
- package/dist/test/mocks/mock-search-responses.js.map +1 -1
- package/dist/test/mocks/mock-search-service.js.map +1 -1
- package/dist/test/restoration-state-handler.test.js.map +1 -1
- package/dist/test/review-block.test.js +0 -1
- package/dist/test/review-block.test.js.map +1 -1
- package/dist/test/sort-filter-bar/alpha-bar-tooltip.test.js.map +1 -1
- package/dist/test/sort-filter-bar/alpha-bar.test.js.map +1 -1
- package/dist/test/sort-filter-bar/sort-filter-bar.test.js +0 -1
- package/dist/test/sort-filter-bar/sort-filter-bar.test.js.map +1 -1
- package/dist/test/text-overlay.test.js +0 -1
- package/dist/test/text-overlay.test.js.map +1 -1
- package/dist/test/text-snippet-block.test.js +0 -1
- package/dist/test/text-snippet-block.test.js.map +1 -1
- package/dist/test/tile-stats.test.js +22 -23
- package/dist/test/tile-stats.test.js.map +1 -1
- package/dist/test/tiles/grid/account-tile.test.js +0 -1
- package/dist/test/tiles/grid/account-tile.test.js.map +1 -1
- package/dist/test/tiles/grid/collection-tile.test.js +0 -1
- package/dist/test/tiles/grid/collection-tile.test.js.map +1 -1
- package/dist/test/tiles/grid/item-tile.test.js +0 -1
- package/dist/test/tiles/grid/item-tile.test.js.map +1 -1
- package/dist/test/tiles/grid/search-tile.test.js +0 -1
- package/dist/test/tiles/grid/search-tile.test.js.map +1 -1
- package/dist/test/tiles/hover/hover-pane-controller.test.js.map +1 -1
- package/dist/test/tiles/hover/tile-hover-pane.test.js.map +1 -1
- package/dist/test/tiles/list/tile-list-compact.test.js +0 -1
- package/dist/test/tiles/list/tile-list-compact.test.js.map +1 -1
- package/dist/test/tiles/list/tile-list.test.js +0 -1
- package/dist/test/tiles/list/tile-list.test.js.map +1 -1
- package/dist/test/tiles/tile-dispatcher.test.js.map +1 -1
- package/dist/test/utils/format-count.test.js.map +1 -1
- package/dist/test/utils/format-date.test.js.map +1 -1
- package/dist/test/utils/local-date-from-utc.test.js.map +1 -1
- package/eslint.config.mjs +53 -0
- package/index.html +0 -3
- package/package.json +41 -39
- package/src/app-root.ts +21 -22
- package/src/collection-browser.ts +36 -38
- package/src/collection-facets/facets-template.ts +7 -6
- package/src/collection-facets/more-facets-content.ts +11 -13
- package/src/collection-facets/more-facets-pagination.ts +3 -2
- package/src/collection-facets/smart-facets/dedupe.ts +2 -2
- package/src/collection-facets/smart-facets/heuristics/query-keywords-heuristic.ts +1 -1
- package/src/collection-facets/smart-facets/heuristics/wikidata-heuristic.ts +6 -6
- package/src/collection-facets/smart-facets/smart-facet-bar.ts +6 -8
- package/src/collection-facets/smart-facets/smart-facet-button.ts +5 -3
- package/src/collection-facets/smart-facets/smart-facet-dropdown.ts +4 -4
- package/src/collection-facets/smart-facets/smart-facet-heuristics.ts +1 -1
- package/src/collection-facets/toggle-switch.ts +2 -2
- package/src/collection-facets.ts +18 -19
- package/src/data-source/collection-browser-data-source-interface.ts +5 -1
- package/src/data-source/collection-browser-data-source.ts +37 -34
- package/src/empty-placeholder.ts +19 -16
- package/src/expanded-date-picker.ts +1 -1
- package/src/language-code-handler/language-code-handler.ts +1 -1
- package/src/manage/manage-bar.ts +23 -20
- package/src/manage/remove-items-modal-content.ts +2 -2
- package/src/mediatype/mediatype-config.ts +1 -0
- package/src/models.ts +3 -3
- package/src/restoration-state-handler.ts +14 -15
- package/src/sort-filter-bar/alpha-bar.ts +16 -17
- package/src/sort-filter-bar/sort-filter-bar.ts +14 -15
- package/src/tiles/grid/account-tile.ts +1 -1
- package/src/tiles/grid/collection-tile.ts +1 -1
- package/src/tiles/grid/item-tile.ts +9 -9
- package/src/tiles/grid/tile-stats.ts +4 -4
- package/src/tiles/hover/hover-pane-controller.ts +1 -1
- package/src/tiles/hover/tile-hover-pane.ts +4 -2
- package/src/tiles/item-image.ts +1 -1
- package/src/tiles/list/tile-list-compact.ts +2 -2
- package/src/tiles/list/tile-list.ts +22 -24
- package/src/tiles/tile-dispatcher.ts +5 -5
- package/src/tiles/tile-display-value-provider.ts +4 -4
- package/src/utils/facet-utils.ts +6 -6
- package/src/utils/format-count.ts +2 -3
- package/src/utils/format-date.ts +1 -1
- package/src/utils/format-unit-size.ts +1 -1
- package/src/utils/log.ts +1 -3
- package/test/collection-browser.test.ts +125 -124
- package/test/collection-facets/facet-row.test.ts +31 -28
- package/test/collection-facets/facets-template.test.ts +9 -9
- package/test/collection-facets/more-facets-content.test.ts +14 -15
- package/test/collection-facets/more-facets-pagination.test.ts +18 -19
- package/test/collection-facets/toggle-switch.test.ts +28 -18
- package/test/collection-facets.test.ts +46 -39
- package/test/data-source/collection-browser-data-source.test.ts +2 -2
- package/test/empty-placeholder.test.ts +6 -7
- package/test/expanded-date-picker.test.ts +25 -20
- package/test/icon-overlay.test.ts +0 -1
- package/test/image-block.test.ts +6 -7
- package/test/item-image.test.ts +0 -1
- package/test/manage/manage-bar.test.ts +19 -16
- package/test/manage/remove-items-modal-content.test.ts +4 -5
- package/test/mocks/mock-search-responses.ts +2 -1
- package/test/mocks/mock-search-service.ts +1 -1
- package/test/restoration-state-handler.test.ts +12 -12
- package/test/review-block.test.ts +1 -2
- package/test/sort-filter-bar/alpha-bar-tooltip.test.ts +1 -1
- package/test/sort-filter-bar/alpha-bar.test.ts +5 -5
- package/test/sort-filter-bar/sort-filter-bar.test.ts +38 -39
- package/test/text-overlay.test.ts +0 -1
- package/test/text-snippet-block.test.ts +5 -6
- package/test/tile-stats.test.ts +26 -35
- package/test/tiles/grid/account-tile.test.ts +2 -3
- package/test/tiles/grid/collection-tile.test.ts +3 -4
- package/test/tiles/grid/item-tile.test.ts +13 -14
- package/test/tiles/grid/search-tile.test.ts +1 -2
- package/test/tiles/hover/hover-pane-controller.test.ts +15 -15
- package/test/tiles/hover/tile-hover-pane.test.ts +5 -5
- package/test/tiles/list/tile-list-compact.test.ts +1 -2
- package/test/tiles/list/tile-list.test.ts +10 -11
- package/test/tiles/tile-dispatcher.test.ts +5 -5
- package/test/utils/format-count.test.ts +1 -1
- package/test/utils/format-date.test.ts +1 -1
- package/test/utils/local-date-from-utc.test.ts +1 -1
- package/tsconfig.json +0 -1
|
@@ -52,7 +52,7 @@ export const codeToLanguageMap = {
|
|
|
52
52
|
// polyglot
|
|
53
53
|
aar: 'Afar',
|
|
54
54
|
abk: 'Abkhaz',
|
|
55
|
-
adl: 'Galo',
|
|
55
|
+
adl: 'Galo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
56
56
|
ady: 'Adyghe',
|
|
57
57
|
afr: 'Afrikaans',
|
|
58
58
|
aka: 'Akan',
|
|
@@ -63,10 +63,10 @@ export const codeToLanguageMap = {
|
|
|
63
63
|
american: 'English',
|
|
64
64
|
amh: 'Amharic',
|
|
65
65
|
ang: 'Old English',
|
|
66
|
-
anm: 'Anal',
|
|
67
|
-
anq: 'Jarawa',
|
|
66
|
+
anm: 'Anal', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
67
|
+
anq: 'Jarawa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
68
68
|
apa: 'Apache languages',
|
|
69
|
-
apt: 'Apatani',
|
|
69
|
+
apt: 'Apatani', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
70
70
|
ar: 'Arabic',
|
|
71
71
|
ara: 'Arabic',
|
|
72
72
|
arab: 'Arabic',
|
|
@@ -91,26 +91,26 @@ export const codeToLanguageMap = {
|
|
|
91
91
|
bem: 'Bemba',
|
|
92
92
|
ben: 'Bengali',
|
|
93
93
|
ber: 'Berber',
|
|
94
|
-
bft: 'Balti',
|
|
95
|
-
bfy: 'Bagheli',
|
|
96
|
-
bgw: 'Bhatri',
|
|
97
|
-
bhb: 'Bhili',
|
|
94
|
+
bft: 'Balti', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
95
|
+
bfy: 'Bagheli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
96
|
+
bgw: 'Bhatri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
97
|
+
bhb: 'Bhili', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
98
98
|
bho: 'Bhojpuri',
|
|
99
99
|
bih: 'Bihari',
|
|
100
100
|
bis: 'Bislama',
|
|
101
|
-
bkk: 'Brokskat',
|
|
101
|
+
bkk: 'Brokskat', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
102
102
|
bla: 'Blackfoot',
|
|
103
|
-
bns: 'Bundeli',
|
|
103
|
+
bns: 'Bundeli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
104
104
|
bnt: 'Bantu',
|
|
105
105
|
bos: 'Bosnian',
|
|
106
106
|
bra: 'Braj',
|
|
107
107
|
bre: 'Breton',
|
|
108
|
-
brx: 'Bodo',
|
|
108
|
+
brx: 'Bodo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
109
109
|
bua: 'Buryat',
|
|
110
110
|
bul: 'Bulgarian',
|
|
111
111
|
bur: 'Burmese',
|
|
112
112
|
cai: 'Central American Indian',
|
|
113
|
-
caq: 'Car',
|
|
113
|
+
caq: 'Car', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
114
114
|
car: 'Carib',
|
|
115
115
|
cat: 'Catalan',
|
|
116
116
|
cau: 'Caucasian',
|
|
@@ -127,7 +127,7 @@ export const codeToLanguageMap = {
|
|
|
127
127
|
chu: 'Church Slavic',
|
|
128
128
|
chv: 'Chuvash',
|
|
129
129
|
chy: 'Cheyenne',
|
|
130
|
-
clk: 'Idu-Mishmi',
|
|
130
|
+
clk: 'Idu-Mishmi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
131
131
|
cmn: 'Mandarin Chinese',
|
|
132
132
|
cop: 'Coptic',
|
|
133
133
|
cor: 'Cornish',
|
|
@@ -151,7 +151,7 @@ export const codeToLanguageMap = {
|
|
|
151
151
|
del: 'Delaware',
|
|
152
152
|
deu: 'German',
|
|
153
153
|
deutsch: 'German',
|
|
154
|
-
dgo: 'Dogri',
|
|
154
|
+
dgo: 'Dogri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
155
155
|
dih: 'Dhivehi',
|
|
156
156
|
doi: 'Dogri (Generic)',
|
|
157
157
|
dra: 'Dravidian (Other)',
|
|
@@ -200,16 +200,16 @@ export const codeToLanguageMap = {
|
|
|
200
200
|
fry: 'Frisian',
|
|
201
201
|
fur: 'Friulian',
|
|
202
202
|
gaa: 'Gã',
|
|
203
|
-
gac: 'Mixed Great Andamanese',
|
|
203
|
+
gac: 'Mixed Great Andamanese', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
204
204
|
gae: 'Scottish Gaelic',
|
|
205
205
|
gag: 'Galician',
|
|
206
|
-
gbl: 'Gamit',
|
|
206
|
+
gbl: 'Gamit', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
207
207
|
gem: 'Germanic',
|
|
208
208
|
geo: 'Georgian',
|
|
209
209
|
ger: 'German',
|
|
210
210
|
gez: 'Ethiopic',
|
|
211
211
|
gil: 'Gilbertese',
|
|
212
|
-
gju: 'Gujari',
|
|
212
|
+
gju: 'Gujari', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
213
213
|
gla: 'Scottish Gaelic',
|
|
214
214
|
gle: 'Irish',
|
|
215
215
|
glg: 'Galician',
|
|
@@ -222,7 +222,7 @@ export const codeToLanguageMap = {
|
|
|
222
222
|
grc: 'Ancient Greek',
|
|
223
223
|
gre: 'Greek',
|
|
224
224
|
grn: 'Guarani',
|
|
225
|
-
grt: 'Garo',
|
|
225
|
+
grt: 'Garo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
226
226
|
gsw: 'Swiss German',
|
|
227
227
|
gua: 'Guarani',
|
|
228
228
|
guj: 'Gujarati',
|
|
@@ -234,11 +234,11 @@ export const codeToLanguageMap = {
|
|
|
234
234
|
he: 'Hebrew',
|
|
235
235
|
heb: 'Hebrew',
|
|
236
236
|
hin: 'Hindi',
|
|
237
|
-
hlb: 'Halbi',
|
|
237
|
+
hlb: 'Halbi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
238
238
|
hmn: 'Hmong',
|
|
239
|
-
hmr: 'Hmar',
|
|
240
|
-
hne: 'Chhattisgarhi',
|
|
241
|
-
hoc: 'Ho',
|
|
239
|
+
hmr: 'Hmar', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
240
|
+
hne: 'Chhattisgarhi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
241
|
+
hoc: 'Ho', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
242
242
|
hrv: 'Croatian',
|
|
243
243
|
hsb: 'Upper Sorbian',
|
|
244
244
|
hu: 'Hungarian',
|
|
@@ -258,7 +258,7 @@ export const codeToLanguageMap = {
|
|
|
258
258
|
ira: 'Iranian',
|
|
259
259
|
iri: 'Irish',
|
|
260
260
|
iro: 'Iroquoian',
|
|
261
|
-
iru: 'Irula',
|
|
261
|
+
iru: 'Irula', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
262
262
|
isl: 'Icelandic',
|
|
263
263
|
ita: 'Italian',
|
|
264
264
|
jam: 'Music',
|
|
@@ -274,21 +274,21 @@ export const codeToLanguageMap = {
|
|
|
274
274
|
kas: 'Kashmiri',
|
|
275
275
|
kaz: 'Kazakh',
|
|
276
276
|
kbd: 'Kabardian',
|
|
277
|
-
kfa: 'Kodava',
|
|
278
|
-
kfb: 'Northwestern Kolami',
|
|
279
|
-
kfe: 'Kota (India)',
|
|
280
|
-
kff: 'Koya',
|
|
281
|
-
kfq: 'Korku',
|
|
277
|
+
kfa: 'Kodava', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
278
|
+
kfb: 'Northwestern Kolami', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
279
|
+
kfe: 'Kota (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
280
|
+
kff: 'Koya', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
281
|
+
kfq: 'Korku', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
282
282
|
kha: 'Khasi',
|
|
283
283
|
khm: 'Khmer',
|
|
284
284
|
kho: 'Khotanese',
|
|
285
|
-
khr: 'Kharia',
|
|
285
|
+
khr: 'Kharia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
286
286
|
kik: 'Kikuyu',
|
|
287
287
|
kin: 'Kinyarwanda',
|
|
288
288
|
kir: 'Kyrgyz',
|
|
289
|
-
kix: 'Khiamniungan Naga',
|
|
290
|
-
kmj: 'Kumarbhag Paharia',
|
|
291
|
-
kmm: 'Kom (India)',
|
|
289
|
+
kix: 'Khiamniungan Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
290
|
+
kmj: 'Kumarbhag Paharia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
291
|
+
kmm: 'Kom (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
292
292
|
ko: 'Korean',
|
|
293
293
|
kok: 'Konkani',
|
|
294
294
|
kon: 'Kongo',
|
|
@@ -300,22 +300,22 @@ export const codeToLanguageMap = {
|
|
|
300
300
|
ksh: 'Kölsch',
|
|
301
301
|
kum: 'Kumyk',
|
|
302
302
|
kur: 'Kurdish',
|
|
303
|
-
kxu: 'Kui (India)',
|
|
304
|
-
kxv: 'Kuvi',
|
|
305
|
-
kyw: 'Kudmali',
|
|
303
|
+
kxu: 'Kui (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
304
|
+
kxv: 'Kuvi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
305
|
+
kyw: 'Kudmali', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
306
306
|
lad: 'Ladino',
|
|
307
307
|
lah: 'Lahnda',
|
|
308
308
|
lao: 'Lao',
|
|
309
309
|
lap: 'Sami',
|
|
310
310
|
lat: 'Latin',
|
|
311
311
|
lav: 'Latvian',
|
|
312
|
-
lbj: 'Ladakhi',
|
|
313
|
-
lep: 'Lepcha',
|
|
312
|
+
lbj: 'Ladakhi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
313
|
+
lep: 'Lepcha', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
314
314
|
lez: 'Lezgin',
|
|
315
315
|
lim: 'Limburgish',
|
|
316
316
|
lin: 'Lingala',
|
|
317
317
|
lit: 'Lithuanian',
|
|
318
|
-
lmn: 'Lambadi',
|
|
318
|
+
lmn: 'Lambadi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
319
319
|
lol: 'Mongo-Nkundu',
|
|
320
320
|
ltz: 'Luxembourgish',
|
|
321
321
|
lua: 'Luba-Lulua',
|
|
@@ -333,11 +333,11 @@ export const codeToLanguageMap = {
|
|
|
333
333
|
max: 'Manx',
|
|
334
334
|
may: 'Malay',
|
|
335
335
|
mga: 'Middle Irish',
|
|
336
|
-
mha: 'Manda (India)',
|
|
336
|
+
mha: 'Manda (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
337
337
|
mic: 'Micmac',
|
|
338
338
|
min: 'Minankabaw',
|
|
339
339
|
mis: 'Miscellaneous languages',
|
|
340
|
-
mjw: 'Karbi',
|
|
340
|
+
mjw: 'Karbi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
341
341
|
mkh: 'Mon-Khmer',
|
|
342
342
|
mla: 'Malagasy',
|
|
343
343
|
mlg: 'Malagasy',
|
|
@@ -346,37 +346,37 @@ export const codeToLanguageMap = {
|
|
|
346
346
|
moh: 'Mohawk',
|
|
347
347
|
mol: 'Moldavian',
|
|
348
348
|
mon: 'Mongolian',
|
|
349
|
-
mrg: 'Mising',
|
|
349
|
+
mrg: 'Mising', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
350
350
|
mul: 'Multiple',
|
|
351
351
|
mus: 'Creek',
|
|
352
352
|
mwr: 'Marwari',
|
|
353
353
|
myn: 'Maya',
|
|
354
|
-
nag: 'Naga Pigdin',
|
|
354
|
+
nag: 'Naga Pigdin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
355
355
|
nah: 'Nahuatl',
|
|
356
356
|
nai: 'North American Indian',
|
|
357
357
|
nap: 'Neapolitan',
|
|
358
358
|
nau: 'Nauru',
|
|
359
359
|
nav: 'Navajo',
|
|
360
|
-
nbc: 'Chang Naga',
|
|
361
|
-
nbe: 'Konyak Naga',
|
|
362
|
-
nbi: 'Mao Naga',
|
|
360
|
+
nbc: 'Chang Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
361
|
+
nbe: 'Konyak Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
362
|
+
nbi: 'Mao Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
363
363
|
nbl: 'Ndebele',
|
|
364
|
-
nbu: 'Rongmei Naga',
|
|
364
|
+
nbu: 'Rongmei Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
365
365
|
nds: 'Low German',
|
|
366
366
|
nep: 'Nepali',
|
|
367
367
|
new: 'Newari',
|
|
368
368
|
ng: 'English',
|
|
369
369
|
nic: 'Niger-Kordofanian',
|
|
370
|
-
njh: 'Lotha Naga',
|
|
371
|
-
njm: 'Angami Naga',
|
|
372
|
-
njn: 'Liangmai Naga',
|
|
373
|
-
njo: 'Ao Naga',
|
|
374
|
-
nkf: 'Inpui Naga',
|
|
375
|
-
nkh: 'Khezha Naga',
|
|
370
|
+
njh: 'Lotha Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
371
|
+
njm: 'Angami Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
372
|
+
njn: 'Liangmai Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
373
|
+
njo: 'Ao Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
374
|
+
nkf: 'Inpui Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
375
|
+
nkh: 'Khezha Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
376
376
|
nld: 'Dutch',
|
|
377
|
-
nll: 'Nihali',
|
|
378
|
-
nma: 'Maram Naga',
|
|
379
|
-
nmf: 'Tangkhul Naga',
|
|
377
|
+
nll: 'Nihali', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
378
|
+
nma: 'Maram Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
379
|
+
nmf: 'Tangkhul Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
380
380
|
nno: 'Norwegian (Nynorsk)',
|
|
381
381
|
no: 'skip',
|
|
382
382
|
nob: 'Norwegian (Bokmål)',
|
|
@@ -384,18 +384,18 @@ export const codeToLanguageMap = {
|
|
|
384
384
|
non: 'Old Norse',
|
|
385
385
|
none: 'skip',
|
|
386
386
|
nor: 'Norwegian',
|
|
387
|
-
nri: 'Chokri Naga',
|
|
388
|
-
nsa: 'Sangtam Naga',
|
|
389
|
-
nsm: 'Sumi Naga',
|
|
387
|
+
nri: 'Chokri Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
388
|
+
nsa: 'Sangtam Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
389
|
+
nsm: 'Sumi Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
390
390
|
nso: 'Northern Sotho',
|
|
391
391
|
nya: 'Nyanja',
|
|
392
|
-
nzm: 'Zeme Naga',
|
|
392
|
+
nzm: 'Zeme Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
393
393
|
oci: 'Occitan',
|
|
394
394
|
oji: 'Ojibwa',
|
|
395
|
-
oon: 'Önge',
|
|
395
|
+
oon: 'Önge', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
396
396
|
ori: 'Oriya',
|
|
397
397
|
orm: 'Oromo',
|
|
398
|
-
ory: 'Odia',
|
|
398
|
+
ory: 'Odia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
399
399
|
oss: 'Ossetic',
|
|
400
400
|
ota: 'Ottoman Turkish',
|
|
401
401
|
oto: 'Otomian',
|
|
@@ -406,9 +406,9 @@ export const codeToLanguageMap = {
|
|
|
406
406
|
pan: 'Panjabi',
|
|
407
407
|
panjabi: 'Punjabi',
|
|
408
408
|
pap: 'Papiamento',
|
|
409
|
-
pbv: 'Pnar',
|
|
410
|
-
pci: 'Duruwa',
|
|
411
|
-
pck: 'Paite Chin',
|
|
409
|
+
pbv: 'Pnar', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
410
|
+
pci: 'Duruwa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
411
|
+
pck: 'Paite Chin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
412
412
|
per: 'Persian',
|
|
413
413
|
phi: 'Philippine',
|
|
414
414
|
pli: 'Pali',
|
|
@@ -419,11 +419,11 @@ export const codeToLanguageMap = {
|
|
|
419
419
|
português: 'Portuguese',
|
|
420
420
|
pra: 'Prakrit',
|
|
421
421
|
pro: 'Provencal',
|
|
422
|
-
prx: 'Purik',
|
|
422
|
+
prx: 'Purik', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
423
423
|
pus: 'Pashto',
|
|
424
|
-
qaa: 'skip',
|
|
424
|
+
qaa: 'skip', // 'language code reserved for local use'
|
|
425
425
|
que: 'Quechua',
|
|
426
|
-
rah: 'Rabha',
|
|
426
|
+
rah: 'Rabha', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
427
427
|
raj: 'Rajasthani',
|
|
428
428
|
roa: 'Romance',
|
|
429
429
|
roh: 'Romansh',
|
|
@@ -440,18 +440,18 @@ export const codeToLanguageMap = {
|
|
|
440
440
|
sao: 'Samoan',
|
|
441
441
|
sat: 'Santali',
|
|
442
442
|
scc: 'Serbian',
|
|
443
|
-
scl: 'Shina',
|
|
443
|
+
scl: 'Shina', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
444
444
|
sco: 'Scots',
|
|
445
445
|
scots: 'Scottish',
|
|
446
446
|
scr: 'Croatian',
|
|
447
|
-
sdr: 'Oraon Sadri',
|
|
447
|
+
sdr: 'Oraon Sadri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
448
448
|
sel: 'Selkup',
|
|
449
449
|
sem: 'Semitic',
|
|
450
450
|
sga: 'Old Irish',
|
|
451
451
|
sho: 'Shona',
|
|
452
452
|
sin: 'Sinhalese',
|
|
453
453
|
sio: 'Siouan',
|
|
454
|
-
sip: 'Sikkimese',
|
|
454
|
+
sip: 'Sikkimese', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
455
455
|
sit: 'Sino-Tibetan',
|
|
456
456
|
sk: 'Slovak',
|
|
457
457
|
sla: 'Slavic',
|
|
@@ -469,10 +469,10 @@ export const codeToLanguageMap = {
|
|
|
469
469
|
sot: 'Sotho',
|
|
470
470
|
spa: 'Spanish',
|
|
471
471
|
spain: 'Spanish',
|
|
472
|
-
spv: 'Sambalpuri',
|
|
472
|
+
spv: 'Sambalpuri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
473
473
|
sq: 'Albanian',
|
|
474
474
|
sqi: 'Albanian',
|
|
475
|
-
srb: 'Sora',
|
|
475
|
+
srb: 'Sora', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
476
476
|
srp: 'Serbian',
|
|
477
477
|
sso: 'Sotho',
|
|
478
478
|
ssw: 'Swazi',
|
|
@@ -491,8 +491,8 @@ export const codeToLanguageMap = {
|
|
|
491
491
|
tam: 'Tamil',
|
|
492
492
|
tar: 'Tatar',
|
|
493
493
|
tat: 'Tatar',
|
|
494
|
-
tcy: 'Tulu',
|
|
495
|
-
tcz: 'Thado Chin',
|
|
494
|
+
tcy: 'Tulu', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
495
|
+
tcz: 'Thado Chin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
496
496
|
tel: 'Telugu',
|
|
497
497
|
tem: 'Temne',
|
|
498
498
|
tgk: 'Tajik',
|
|
@@ -506,7 +506,7 @@ export const codeToLanguageMap = {
|
|
|
506
506
|
ton: 'Tongan',
|
|
507
507
|
tpi: 'Tok Pisin',
|
|
508
508
|
tr: 'Turkish',
|
|
509
|
-
trp: 'Kok Borok',
|
|
509
|
+
trp: 'Kok Borok', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
510
510
|
tsi: 'Tsimshian',
|
|
511
511
|
tsn: 'Tswana',
|
|
512
512
|
tso: 'Tsonga',
|
|
@@ -523,35 +523,35 @@ export const codeToLanguageMap = {
|
|
|
523
523
|
und: 'undetermined',
|
|
524
524
|
undetermined: 'skip',
|
|
525
525
|
unknown: 'skip',
|
|
526
|
-
unr: 'Mundari',
|
|
526
|
+
unr: 'Mundari', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
527
527
|
urd: 'Urdu',
|
|
528
528
|
uzb: 'Uzbek',
|
|
529
|
-
vah: 'Varhadi-Nagpuri',
|
|
530
|
-
vap: 'Vaiphei',
|
|
531
|
-
vav: 'Varli',
|
|
529
|
+
vah: 'Varhadi-Nagpuri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
530
|
+
vap: 'Vaiphei', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
531
|
+
vav: 'Varli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
532
532
|
ven: 'Venda',
|
|
533
533
|
vie: 'Vietnamese',
|
|
534
534
|
vol: 'Volapük',
|
|
535
535
|
war: 'Waray',
|
|
536
|
-
wbr: 'Wagdi',
|
|
536
|
+
wbr: 'Wagdi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
537
537
|
wel: 'Welsh',
|
|
538
538
|
wen: 'Sorbian',
|
|
539
539
|
wol: 'Wolof',
|
|
540
540
|
xal: 'Oirat',
|
|
541
541
|
xho: 'Xhosa',
|
|
542
|
-
xis: 'Kisan (Dravidian)',
|
|
543
|
-
xnr: 'Kangri',
|
|
544
|
-
xsr: 'Solu-Khumbu Sherpa',
|
|
545
|
-
yea: 'Ravula',
|
|
542
|
+
xis: 'Kisan (Dravidian)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
543
|
+
xnr: 'Kangri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
544
|
+
xsr: 'Solu-Khumbu Sherpa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
545
|
+
yea: 'Ravula', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
546
546
|
yid: 'Yiddish',
|
|
547
|
-
yim: 'Yimchungru Naga',
|
|
547
|
+
yim: 'Yimchungru Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
548
548
|
yor: 'Yoruba',
|
|
549
549
|
ypk: 'Yupik languages',
|
|
550
550
|
zap: 'Zapotec',
|
|
551
551
|
zh: 'Chinese',
|
|
552
552
|
zha: 'Zhuang',
|
|
553
553
|
zho: 'Chinese',
|
|
554
|
-
zom: 'Zou',
|
|
554
|
+
zom: 'Zou', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3
|
|
555
555
|
zul: 'Zulu',
|
|
556
556
|
zun: 'Zuni',
|
|
557
557
|
zxx: 'No linguistic content',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language-code-mapping.js","sourceRoot":"","sources":["../../../src/language-code-handler/language-code-mapping.ts"],"names":[],"mappings":"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","sourcesContent":["// short (marc) and long versions of language names\n// if a 'language' metadata element matches either version,\n// the long form will be displayed on the details\n// page, linked to a search engine query on an OR of both forms\n// (if no match is found, the metadata value itself is displayed,\n// linked to a query on just that value)\n\nexport const codeToLanguageMap: Record<string, string> = {\n 'ambient noise wall': 'Music',\n 'american english': 'English',\n 'arabic videos': 'Arabic',\n 'arabic, english': 'Arabic and English',\n 'de-formal': 'German',\n 'en-ca': 'English',\n 'en-gb': 'English',\n 'en-us': 'English',\n 'eng-fre': 'English and French',\n 'eng;fre': 'English and French',\n 'english handwritten': 'Handwritten English',\n 'english-handwritten': 'Handwritten English',\n 'english, polski': 'English and Polish',\n 'english, spanish': 'English and Spanish',\n 'english; finnish': 'English and Finnish',\n 'english/french': 'English and French',\n 'finnish, english': 'English and Finnish',\n 'finnish; english': 'English and Finnish',\n 'french-handwritten': 'Handwritten French',\n 'german-handwritten': 'Handwritten German',\n 'hebrew-handwritten': 'Handwritten Hebrew',\n 'language not encoded': 'Unknown',\n 'miscellaneous languages': 'Multiple',\n 'n/a': 'Unknown',\n 'no language': 'skip',\n 'no linguistic content': 'skip',\n 'no speech': 'skip',\n 'polish-handwritten': 'Handwritten Polish',\n 'pt-br': 'Portuguese',\n 'spanish-handwritten': 'Handwritten Spanish',\n 'us english': 'English',\n 'www.back4allah.com': 'Arabic',\n 'www.rabania.com': 'Arabic',\n 'www.way2allah.com': 'Arabic',\n 'yiddish-handwritten': 'Handwritten Yiddish',\n 'zh-cn': 'Chinese',\n 'zh-tw': 'Chinese',\n 'أوردو ::: Urdu': 'Urdu',\n 'بشتو ::: Pashto': 'Pashto',\n 'عربية ::: arabic': 'Arabic',\n 'عربية ::: Arabic': 'Arabic',\n 'عربية مع ترجمة إنجليزية ::: Arabic with English subtitles':\n 'Arabic with English subtitles',\n /* 'Català' : 'Catalan', */\n /* 'lt' : 'Latin', */ // is lithuanian, but archive items seem to be mislabled latin\n // polyglot\n aar: 'Afar',\n abk: 'Abkhaz',\n adl: 'Galo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ady: 'Adyghe',\n afr: 'Afrikaans',\n aka: 'Akan',\n akk: 'Akkadian',\n alb: 'Albanian',\n ale: 'Aleut',\n alg: 'Algonquian',\n american: 'English',\n amh: 'Amharic',\n ang: 'Old English',\n anm: 'Anal', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n anq: 'Jarawa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n apa: 'Apache languages',\n apt: 'Apatani', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ar: 'Arabic',\n ara: 'Arabic',\n arab: 'Arabic',\n arabe: 'Arabic',\n arbc: 'Arabic',\n arbic: 'Arabic',\n arc: 'Aramaic',\n arg: 'Aragonese',\n arm: 'Armenian',\n arp: 'Arapaho',\n asm: 'Assamese',\n ast: 'Asturian',\n ath: 'Athapascan (Other)',\n awa: 'Awadhi',\n aym: 'Aymara',\n aze: 'Azerbaijani',\n bak: 'Bashkir',\n bal: 'Baluchi',\n ban: 'Balinese',\n baq: 'Basque',\n bel: 'Belarusian',\n bem: 'Bemba',\n ben: 'Bengali',\n ber: 'Berber',\n bft: 'Balti', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bfy: 'Bagheli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bgw: 'Bhatri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bhb: 'Bhili', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bho: 'Bhojpuri',\n bih: 'Bihari',\n bis: 'Bislama',\n bkk: 'Brokskat', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bla: 'Blackfoot',\n bns: 'Bundeli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bnt: 'Bantu',\n bos: 'Bosnian',\n bra: 'Braj',\n bre: 'Breton',\n brx: 'Bodo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bua: 'Buryat',\n bul: 'Bulgarian',\n bur: 'Burmese',\n cai: 'Central American Indian',\n caq: 'Car', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n car: 'Carib',\n cat: 'Catalan',\n cau: 'Caucasian',\n ceb: 'Cebuano',\n ces: 'Czech',\n cha: 'Chamorro',\n che: 'Chechen',\n chi: 'Chinese',\n chm: 'Mari',\n chn: 'Chinook jargon',\n cho: 'Choctaw',\n chp: 'Chipewyan',\n chr: 'Cherokee',\n chu: 'Church Slavic',\n chv: 'Chuvash',\n chy: 'Cheyenne',\n clk: 'Idu-Mishmi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n cmn: 'Mandarin Chinese',\n cop: 'Coptic',\n cor: 'Cornish',\n cos: 'Corsican',\n cpe: 'Creoles and Pidgins, English-based',\n cpf: 'Creoles and Pidgins, French-based',\n cpp: 'Creoles and Pidgins, Portuguese-based',\n cre: 'Cree',\n crh: 'Crimean Tatar',\n cro: 'Croatian',\n crp: 'Creoles and Pidgins',\n cs: 'Czech',\n csb: 'Kashubian',\n cym: 'Welsh',\n cze: 'Czech',\n da: 'Danish',\n dak: 'Dakota',\n dan: 'Danish',\n dar: 'Dargwa',\n de: 'German',\n del: 'Delaware',\n deu: 'German',\n deutsch: 'German',\n dgo: 'Dogri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n dih: 'Dhivehi',\n doi: 'Dogri (Generic)',\n dra: 'Dravidian (Other)',\n dsb: 'Lower Sorbian',\n dum: 'Middle Dutch',\n dut: 'Dutch',\n dzo: 'Dzongkha',\n egy: 'Egyptian',\n el: 'Greek',\n ell: 'Greek',\n emg: 'English',\n en_us: 'English',\n en: 'English',\n eng: 'English',\n engfre: 'English and French',\n engilsh: 'English',\n english: 'English',\n enm: 'Middle English',\n epo: 'Esperanto',\n es: 'Spanish',\n esk: 'Eskimo',\n esp: 'Esperanto',\n espanol: 'Spanish',\n español: 'Spanish',\n est: 'Estonian',\n eth: 'Ethiopic',\n eus: 'Basque',\n fa: 'Persian',\n fao: 'Faroese',\n far: 'Faroese',\n fas: 'Persian',\n fi: 'Finnish',\n fij: 'Fijian',\n fil: 'Filipino',\n fin: 'Finnish',\n fle: 'Dutch',\n fr: 'French',\n fra: 'French',\n francais: 'French',\n français: 'French',\n fre: 'French',\n fri: 'Frisian',\n frm: 'Middle French',\n fro: 'Old French',\n frr: 'North Frisian',\n fry: 'Frisian',\n fur: 'Friulian',\n gaa: 'Gã',\n gac: 'Mixed Great Andamanese', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gae: 'Scottish Gaelic',\n gag: 'Galician',\n gbl: 'Gamit', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gem: 'Germanic',\n geo: 'Georgian',\n ger: 'German',\n gez: 'Ethiopic',\n gil: 'Gilbertese',\n gju: 'Gujari', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gla: 'Scottish Gaelic',\n gle: 'Irish',\n glg: 'Galician',\n glv: 'Manx',\n gmh: 'Middle High German',\n goh: 'Old German',\n gon: 'Gondi',\n got: 'Gothic',\n grb: 'Grebo',\n grc: 'Ancient Greek',\n gre: 'Greek',\n grn: 'Guarani',\n grt: 'Garo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gsw: 'Swiss German',\n gua: 'Guarani',\n guj: 'Gujarati',\n gwi: 'Gwichin',\n hai: 'Haida',\n hat: 'Haitian French Creole',\n hau: 'Hausa',\n haw: 'Hawaiian',\n he: 'Hebrew',\n heb: 'Hebrew',\n hin: 'Hindi',\n hlb: 'Halbi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hmn: 'Hmong',\n hmr: 'Hmar', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hne: 'Chhattisgarhi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hoc: 'Ho', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hrv: 'Croatian',\n hsb: 'Upper Sorbian',\n hu: 'Hungarian',\n hun: 'Hungarian',\n ibo: 'Igbo',\n ice: 'Icelandic',\n ido: 'Ido',\n iku: 'Inuktitut',\n ile: 'Interlingue',\n ilo: 'Iloko',\n ina: 'Interlingua',\n inc: 'Indic (Other)',\n ind: 'Indonesian',\n inh: 'Ingush',\n int: 'Interlingua',\n ipk: 'Inupiaq',\n ira: 'Iranian',\n iri: 'Irish',\n iro: 'Iroquoian',\n iru: 'Irula', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n isl: 'Icelandic',\n ita: 'Italian',\n jam: 'Music',\n jap: 'Japanese',\n jav: 'Javanese',\n jpn: 'Japanese',\n jrb: 'Judeo-Arabic',\n kaa: 'Karakalpak',\n kab: 'Kabyle',\n kal: 'Kalatdlisut',\n kan: 'Kannada',\n kar: 'Karen',\n kas: 'Kashmiri',\n kaz: 'Kazakh',\n kbd: 'Kabardian',\n kfa: 'Kodava', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kfb: 'Northwestern Kolami', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kfe: 'Kota (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kff: 'Koya', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kfq: 'Korku', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kha: 'Khasi',\n khm: 'Khmer',\n kho: 'Khotanese',\n khr: 'Kharia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kik: 'Kikuyu',\n kin: 'Kinyarwanda',\n kir: 'Kyrgyz',\n kix: 'Khiamniungan Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kmj: 'Kumarbhag Paharia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kmm: 'Kom (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ko: 'Korean',\n kok: 'Konkani',\n kon: 'Kongo',\n kor: 'Korean',\n kpe: 'Kpelle',\n krc: 'Karachay-Balkar',\n kro: 'Kru',\n kru: 'Kurukh',\n ksh: 'Kölsch',\n kum: 'Kumyk',\n kur: 'Kurdish',\n kxu: 'Kui (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kxv: 'Kuvi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kyw: 'Kudmali', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lad: 'Ladino',\n lah: 'Lahnda',\n lao: 'Lao',\n lap: 'Sami',\n lat: 'Latin',\n lav: 'Latvian',\n lbj: 'Ladakhi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lep: 'Lepcha', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lez: 'Lezgin',\n lim: 'Limburgish',\n lin: 'Lingala',\n lit: 'Lithuanian',\n lmn: 'Lambadi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lol: 'Mongo-Nkundu',\n ltz: 'Luxembourgish',\n lua: 'Luba-Lulua',\n lub: 'Luba-Katanga',\n lug: 'Ganda',\n lus: 'Lushai',\n mac: 'Macedonian',\n mah: 'Marshallese',\n mai: 'Maithili',\n mal: 'Malayalam',\n man: 'Mandarin Chinese',\n mao: 'Maori',\n map: 'Austronesian',\n mar: 'Marathi',\n max: 'Manx',\n may: 'Malay',\n mga: 'Middle Irish',\n mha: 'Manda (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n mic: 'Micmac',\n min: 'Minankabaw',\n mis: 'Miscellaneous languages',\n mjw: 'Karbi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n mkh: 'Mon-Khmer',\n mla: 'Malagasy',\n mlg: 'Malagasy',\n mlt: 'Maltese',\n mni: 'Manipuri',\n moh: 'Mohawk',\n mol: 'Moldavian',\n mon: 'Mongolian',\n mrg: 'Mising', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n mul: 'Multiple',\n mus: 'Creek',\n mwr: 'Marwari',\n myn: 'Maya',\n nag: 'Naga Pigdin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nah: 'Nahuatl',\n nai: 'North American Indian',\n nap: 'Neapolitan',\n nau: 'Nauru',\n nav: 'Navajo',\n nbc: 'Chang Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nbe: 'Konyak Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nbi: 'Mao Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nbl: 'Ndebele',\n nbu: 'Rongmei Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nds: 'Low German',\n nep: 'Nepali',\n new: 'Newari',\n ng: 'English',\n nic: 'Niger-Kordofanian',\n njh: 'Lotha Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n njm: 'Angami Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n njn: 'Liangmai Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n njo: 'Ao Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nkf: 'Inpui Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nkh: 'Khezha Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nld: 'Dutch',\n nll: 'Nihali', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nma: 'Maram Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nmf: 'Tangkhul Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nno: 'Norwegian (Nynorsk)',\n no: 'skip',\n nob: 'Norwegian (Bokmål)',\n nog: 'Nogay',\n non: 'Old Norse',\n none: 'skip',\n nor: 'Norwegian',\n nri: 'Chokri Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nsa: 'Sangtam Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nsm: 'Sumi Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nso: 'Northern Sotho',\n nya: 'Nyanja',\n nzm: 'Zeme Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n oci: 'Occitan',\n oji: 'Ojibwa',\n oon: 'Önge', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ori: 'Oriya',\n orm: 'Oromo',\n ory: 'Odia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n oss: 'Ossetic',\n ota: 'Ottoman Turkish',\n oto: 'Otomian',\n paa: 'Papuan',\n pag: 'Pangasinan',\n pal: 'Pahlavi',\n pam: 'Pampanga',\n pan: 'Panjabi',\n panjabi: 'Punjabi',\n pap: 'Papiamento',\n pbv: 'Pnar', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n pci: 'Duruwa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n pck: 'Paite Chin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n per: 'Persian',\n phi: 'Philippine',\n pli: 'Pali',\n pol: 'Polish',\n por: 'Portuguese',\n port: 'Portuguese',\n portugues: 'Portuguese',\n português: 'Portuguese',\n pra: 'Prakrit',\n pro: 'Provencal',\n prx: 'Purik', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n pus: 'Pashto',\n qaa: 'skip', // 'language code reserved for local use'\n que: 'Quechua',\n rah: 'Rabha', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n raj: 'Rajasthani',\n roa: 'Romance',\n roh: 'Romansh',\n rom: 'Romani',\n ron: 'Romanian',\n rum: 'Romanian',\n run: 'Rundi',\n rus: 'Russian',\n sag: 'Sango',\n sah: 'Yakut',\n sai: 'South American Indian',\n sam: 'Samaritan Aramaic',\n san: 'Sanskrit',\n sao: 'Samoan',\n sat: 'Santali',\n scc: 'Serbian',\n scl: 'Shina', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sco: 'Scots',\n scots: 'Scottish',\n scr: 'Croatian',\n sdr: 'Oraon Sadri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sel: 'Selkup',\n sem: 'Semitic',\n sga: 'Old Irish',\n sho: 'Shona',\n sin: 'Sinhalese',\n sio: 'Siouan',\n sip: 'Sikkimese', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sit: 'Sino-Tibetan',\n sk: 'Slovak',\n sla: 'Slavic',\n slk: 'Slovak',\n slo: 'Slovak',\n slv: 'Slovenian',\n sme: 'Saami',\n smi: 'Sami',\n smo: 'Samoan',\n sms: 'Skolt Sami',\n sna: 'Shona',\n snd: 'Sindhi',\n snh: 'Sinhalese',\n som: 'Somali',\n sot: 'Sotho',\n spa: 'Spanish',\n spain: 'Spanish',\n spv: 'Sambalpuri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sq: 'Albanian',\n sqi: 'Albanian',\n srb: 'Sora', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n srp: 'Serbian',\n sso: 'Sotho',\n ssw: 'Swazi',\n sun: 'Sundanese',\n sux: 'Sumerian',\n sv: 'Swedish',\n svenska: 'Swedish',\n swa: 'Swahili',\n swe: 'Swedish',\n swz: 'Swazi',\n syc: 'Syriac',\n syr: 'Modern Syriac',\n tag: 'Tagalog',\n tah: 'Tahitian',\n taj: 'Tajik',\n tam: 'Tamil',\n tar: 'Tatar',\n tat: 'Tatar',\n tcy: 'Tulu', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n tcz: 'Thado Chin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n tel: 'Telugu',\n tem: 'Temne',\n tgk: 'Tajik',\n tgl: 'Tagalog',\n tha: 'Thai',\n tib: 'Tibetan',\n tig: 'Tigre',\n tir: 'Tigrinya',\n tlh: 'Klingon',\n tog: 'Tonga',\n ton: 'Tongan',\n tpi: 'Tok Pisin',\n tr: 'Turkish',\n trp: 'Kok Borok', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n tsi: 'Tsimshian',\n tsn: 'Tswana',\n tso: 'Tsonga',\n tsw: 'Tswana',\n tuk: 'Turkmen',\n tur: 'Turkish',\n türkçe: 'Turkish',\n tut: 'Altaic',\n tyv: 'Tuvinian',\n udm: 'Udmurt',\n uig: 'Uighur',\n uk: 'Ukranian',\n ukr: 'Ukrainian',\n und: 'undetermined',\n undetermined: 'skip',\n unknown: 'skip',\n unr: 'Mundari', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n urd: 'Urdu',\n uzb: 'Uzbek',\n vah: 'Varhadi-Nagpuri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n vap: 'Vaiphei', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n vav: 'Varli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ven: 'Venda',\n vie: 'Vietnamese',\n vol: 'Volapük',\n war: 'Waray',\n wbr: 'Wagdi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n wel: 'Welsh',\n wen: 'Sorbian',\n wol: 'Wolof',\n xal: 'Oirat',\n xho: 'Xhosa',\n xis: 'Kisan (Dravidian)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n xnr: 'Kangri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n xsr: 'Solu-Khumbu Sherpa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n yea: 'Ravula', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n yid: 'Yiddish',\n yim: 'Yimchungru Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n yor: 'Yoruba',\n ypk: 'Yupik languages',\n zap: 'Zapotec',\n zh: 'Chinese',\n zha: 'Zhuang',\n zho: 'Chinese',\n zom: 'Zou', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n zul: 'Zulu',\n zun: 'Zuni',\n zxx: 'No linguistic content',\n Русский: 'Russian',\n Український: 'Ukranian',\n العربية: 'Arabic',\n عربي: 'Arabic',\n};\n"]}
|
|
1
|
+
{"version":3,"file":"language-code-mapping.js","sourceRoot":"","sources":["../../../src/language-code-handler/language-code-mapping.ts"],"names":[],"mappings":"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","sourcesContent":["// short (marc) and long versions of language names\n// if a 'language' metadata element matches either version,\n// the long form will be displayed on the details\n// page, linked to a search engine query on an OR of both forms\n// (if no match is found, the metadata value itself is displayed,\n// linked to a query on just that value)\n\nexport const codeToLanguageMap: Record<string, string> = {\n 'ambient noise wall': 'Music',\n 'american english': 'English',\n 'arabic videos': 'Arabic',\n 'arabic, english': 'Arabic and English',\n 'de-formal': 'German',\n 'en-ca': 'English',\n 'en-gb': 'English',\n 'en-us': 'English',\n 'eng-fre': 'English and French',\n 'eng;fre': 'English and French',\n 'english handwritten': 'Handwritten English',\n 'english-handwritten': 'Handwritten English',\n 'english, polski': 'English and Polish',\n 'english, spanish': 'English and Spanish',\n 'english; finnish': 'English and Finnish',\n 'english/french': 'English and French',\n 'finnish, english': 'English and Finnish',\n 'finnish; english': 'English and Finnish',\n 'french-handwritten': 'Handwritten French',\n 'german-handwritten': 'Handwritten German',\n 'hebrew-handwritten': 'Handwritten Hebrew',\n 'language not encoded': 'Unknown',\n 'miscellaneous languages': 'Multiple',\n 'n/a': 'Unknown',\n 'no language': 'skip',\n 'no linguistic content': 'skip',\n 'no speech': 'skip',\n 'polish-handwritten': 'Handwritten Polish',\n 'pt-br': 'Portuguese',\n 'spanish-handwritten': 'Handwritten Spanish',\n 'us english': 'English',\n 'www.back4allah.com': 'Arabic',\n 'www.rabania.com': 'Arabic',\n 'www.way2allah.com': 'Arabic',\n 'yiddish-handwritten': 'Handwritten Yiddish',\n 'zh-cn': 'Chinese',\n 'zh-tw': 'Chinese',\n 'أوردو ::: Urdu': 'Urdu',\n 'بشتو ::: Pashto': 'Pashto',\n 'عربية ::: arabic': 'Arabic',\n 'عربية ::: Arabic': 'Arabic',\n 'عربية مع ترجمة إنجليزية ::: Arabic with English subtitles':\n 'Arabic with English subtitles',\n /* 'Català' : 'Catalan', */\n /* 'lt' : 'Latin', */ // is lithuanian, but archive items seem to be mislabled latin\n // polyglot\n aar: 'Afar',\n abk: 'Abkhaz',\n adl: 'Galo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ady: 'Adyghe',\n afr: 'Afrikaans',\n aka: 'Akan',\n akk: 'Akkadian',\n alb: 'Albanian',\n ale: 'Aleut',\n alg: 'Algonquian',\n american: 'English',\n amh: 'Amharic',\n ang: 'Old English',\n anm: 'Anal', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n anq: 'Jarawa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n apa: 'Apache languages',\n apt: 'Apatani', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ar: 'Arabic',\n ara: 'Arabic',\n arab: 'Arabic',\n arabe: 'Arabic',\n arbc: 'Arabic',\n arbic: 'Arabic',\n arc: 'Aramaic',\n arg: 'Aragonese',\n arm: 'Armenian',\n arp: 'Arapaho',\n asm: 'Assamese',\n ast: 'Asturian',\n ath: 'Athapascan (Other)',\n awa: 'Awadhi',\n aym: 'Aymara',\n aze: 'Azerbaijani',\n bak: 'Bashkir',\n bal: 'Baluchi',\n ban: 'Balinese',\n baq: 'Basque',\n bel: 'Belarusian',\n bem: 'Bemba',\n ben: 'Bengali',\n ber: 'Berber',\n bft: 'Balti', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bfy: 'Bagheli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bgw: 'Bhatri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bhb: 'Bhili', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bho: 'Bhojpuri',\n bih: 'Bihari',\n bis: 'Bislama',\n bkk: 'Brokskat', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bla: 'Blackfoot',\n bns: 'Bundeli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bnt: 'Bantu',\n bos: 'Bosnian',\n bra: 'Braj',\n bre: 'Breton',\n brx: 'Bodo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n bua: 'Buryat',\n bul: 'Bulgarian',\n bur: 'Burmese',\n cai: 'Central American Indian',\n caq: 'Car', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n car: 'Carib',\n cat: 'Catalan',\n cau: 'Caucasian',\n ceb: 'Cebuano',\n ces: 'Czech',\n cha: 'Chamorro',\n che: 'Chechen',\n chi: 'Chinese',\n chm: 'Mari',\n chn: 'Chinook jargon',\n cho: 'Choctaw',\n chp: 'Chipewyan',\n chr: 'Cherokee',\n chu: 'Church Slavic',\n chv: 'Chuvash',\n chy: 'Cheyenne',\n clk: 'Idu-Mishmi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n cmn: 'Mandarin Chinese',\n cop: 'Coptic',\n cor: 'Cornish',\n cos: 'Corsican',\n cpe: 'Creoles and Pidgins, English-based',\n cpf: 'Creoles and Pidgins, French-based',\n cpp: 'Creoles and Pidgins, Portuguese-based',\n cre: 'Cree',\n crh: 'Crimean Tatar',\n cro: 'Croatian',\n crp: 'Creoles and Pidgins',\n cs: 'Czech',\n csb: 'Kashubian',\n cym: 'Welsh',\n cze: 'Czech',\n da: 'Danish',\n dak: 'Dakota',\n dan: 'Danish',\n dar: 'Dargwa',\n de: 'German',\n del: 'Delaware',\n deu: 'German',\n deutsch: 'German',\n dgo: 'Dogri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n dih: 'Dhivehi',\n doi: 'Dogri (Generic)',\n dra: 'Dravidian (Other)',\n dsb: 'Lower Sorbian',\n dum: 'Middle Dutch',\n dut: 'Dutch',\n dzo: 'Dzongkha',\n egy: 'Egyptian',\n el: 'Greek',\n ell: 'Greek',\n emg: 'English',\n en_us: 'English',\n en: 'English',\n eng: 'English',\n engfre: 'English and French',\n engilsh: 'English',\n english: 'English',\n enm: 'Middle English',\n epo: 'Esperanto',\n es: 'Spanish',\n esk: 'Eskimo',\n esp: 'Esperanto',\n espanol: 'Spanish',\n español: 'Spanish',\n est: 'Estonian',\n eth: 'Ethiopic',\n eus: 'Basque',\n fa: 'Persian',\n fao: 'Faroese',\n far: 'Faroese',\n fas: 'Persian',\n fi: 'Finnish',\n fij: 'Fijian',\n fil: 'Filipino',\n fin: 'Finnish',\n fle: 'Dutch',\n fr: 'French',\n fra: 'French',\n francais: 'French',\n français: 'French',\n fre: 'French',\n fri: 'Frisian',\n frm: 'Middle French',\n fro: 'Old French',\n frr: 'North Frisian',\n fry: 'Frisian',\n fur: 'Friulian',\n gaa: 'Gã',\n gac: 'Mixed Great Andamanese', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gae: 'Scottish Gaelic',\n gag: 'Galician',\n gbl: 'Gamit', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gem: 'Germanic',\n geo: 'Georgian',\n ger: 'German',\n gez: 'Ethiopic',\n gil: 'Gilbertese',\n gju: 'Gujari', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gla: 'Scottish Gaelic',\n gle: 'Irish',\n glg: 'Galician',\n glv: 'Manx',\n gmh: 'Middle High German',\n goh: 'Old German',\n gon: 'Gondi',\n got: 'Gothic',\n grb: 'Grebo',\n grc: 'Ancient Greek',\n gre: 'Greek',\n grn: 'Guarani',\n grt: 'Garo', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n gsw: 'Swiss German',\n gua: 'Guarani',\n guj: 'Gujarati',\n gwi: 'Gwichin',\n hai: 'Haida',\n hat: 'Haitian French Creole',\n hau: 'Hausa',\n haw: 'Hawaiian',\n he: 'Hebrew',\n heb: 'Hebrew',\n hin: 'Hindi',\n hlb: 'Halbi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hmn: 'Hmong',\n hmr: 'Hmar', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hne: 'Chhattisgarhi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hoc: 'Ho', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n hrv: 'Croatian',\n hsb: 'Upper Sorbian',\n hu: 'Hungarian',\n hun: 'Hungarian',\n ibo: 'Igbo',\n ice: 'Icelandic',\n ido: 'Ido',\n iku: 'Inuktitut',\n ile: 'Interlingue',\n ilo: 'Iloko',\n ina: 'Interlingua',\n inc: 'Indic (Other)',\n ind: 'Indonesian',\n inh: 'Ingush',\n int: 'Interlingua',\n ipk: 'Inupiaq',\n ira: 'Iranian',\n iri: 'Irish',\n iro: 'Iroquoian',\n iru: 'Irula', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n isl: 'Icelandic',\n ita: 'Italian',\n jam: 'Music',\n jap: 'Japanese',\n jav: 'Javanese',\n jpn: 'Japanese',\n jrb: 'Judeo-Arabic',\n kaa: 'Karakalpak',\n kab: 'Kabyle',\n kal: 'Kalatdlisut',\n kan: 'Kannada',\n kar: 'Karen',\n kas: 'Kashmiri',\n kaz: 'Kazakh',\n kbd: 'Kabardian',\n kfa: 'Kodava', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kfb: 'Northwestern Kolami', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kfe: 'Kota (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kff: 'Koya', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kfq: 'Korku', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kha: 'Khasi',\n khm: 'Khmer',\n kho: 'Khotanese',\n khr: 'Kharia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kik: 'Kikuyu',\n kin: 'Kinyarwanda',\n kir: 'Kyrgyz',\n kix: 'Khiamniungan Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kmj: 'Kumarbhag Paharia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kmm: 'Kom (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ko: 'Korean',\n kok: 'Konkani',\n kon: 'Kongo',\n kor: 'Korean',\n kpe: 'Kpelle',\n krc: 'Karachay-Balkar',\n kro: 'Kru',\n kru: 'Kurukh',\n ksh: 'Kölsch',\n kum: 'Kumyk',\n kur: 'Kurdish',\n kxu: 'Kui (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kxv: 'Kuvi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n kyw: 'Kudmali', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lad: 'Ladino',\n lah: 'Lahnda',\n lao: 'Lao',\n lap: 'Sami',\n lat: 'Latin',\n lav: 'Latvian',\n lbj: 'Ladakhi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lep: 'Lepcha', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lez: 'Lezgin',\n lim: 'Limburgish',\n lin: 'Lingala',\n lit: 'Lithuanian',\n lmn: 'Lambadi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n lol: 'Mongo-Nkundu',\n ltz: 'Luxembourgish',\n lua: 'Luba-Lulua',\n lub: 'Luba-Katanga',\n lug: 'Ganda',\n lus: 'Lushai',\n mac: 'Macedonian',\n mah: 'Marshallese',\n mai: 'Maithili',\n mal: 'Malayalam',\n man: 'Mandarin Chinese',\n mao: 'Maori',\n map: 'Austronesian',\n mar: 'Marathi',\n max: 'Manx',\n may: 'Malay',\n mga: 'Middle Irish',\n mha: 'Manda (India)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n mic: 'Micmac',\n min: 'Minankabaw',\n mis: 'Miscellaneous languages',\n mjw: 'Karbi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n mkh: 'Mon-Khmer',\n mla: 'Malagasy',\n mlg: 'Malagasy',\n mlt: 'Maltese',\n mni: 'Manipuri',\n moh: 'Mohawk',\n mol: 'Moldavian',\n mon: 'Mongolian',\n mrg: 'Mising', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n mul: 'Multiple',\n mus: 'Creek',\n mwr: 'Marwari',\n myn: 'Maya',\n nag: 'Naga Pigdin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nah: 'Nahuatl',\n nai: 'North American Indian',\n nap: 'Neapolitan',\n nau: 'Nauru',\n nav: 'Navajo',\n nbc: 'Chang Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nbe: 'Konyak Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nbi: 'Mao Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nbl: 'Ndebele',\n nbu: 'Rongmei Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nds: 'Low German',\n nep: 'Nepali',\n new: 'Newari',\n ng: 'English',\n nic: 'Niger-Kordofanian',\n njh: 'Lotha Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n njm: 'Angami Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n njn: 'Liangmai Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n njo: 'Ao Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nkf: 'Inpui Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nkh: 'Khezha Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nld: 'Dutch',\n nll: 'Nihali', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nma: 'Maram Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nmf: 'Tangkhul Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nno: 'Norwegian (Nynorsk)',\n no: 'skip',\n nob: 'Norwegian (Bokmål)',\n nog: 'Nogay',\n non: 'Old Norse',\n none: 'skip',\n nor: 'Norwegian',\n nri: 'Chokri Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nsa: 'Sangtam Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nsm: 'Sumi Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n nso: 'Northern Sotho',\n nya: 'Nyanja',\n nzm: 'Zeme Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n oci: 'Occitan',\n oji: 'Ojibwa',\n oon: 'Önge', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ori: 'Oriya',\n orm: 'Oromo',\n ory: 'Odia', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n oss: 'Ossetic',\n ota: 'Ottoman Turkish',\n oto: 'Otomian',\n paa: 'Papuan',\n pag: 'Pangasinan',\n pal: 'Pahlavi',\n pam: 'Pampanga',\n pan: 'Panjabi',\n panjabi: 'Punjabi',\n pap: 'Papiamento',\n pbv: 'Pnar', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n pci: 'Duruwa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n pck: 'Paite Chin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n per: 'Persian',\n phi: 'Philippine',\n pli: 'Pali',\n pol: 'Polish',\n por: 'Portuguese',\n port: 'Portuguese',\n portugues: 'Portuguese',\n português: 'Portuguese',\n pra: 'Prakrit',\n pro: 'Provencal',\n prx: 'Purik', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n pus: 'Pashto',\n qaa: 'skip', // 'language code reserved for local use'\n que: 'Quechua',\n rah: 'Rabha', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n raj: 'Rajasthani',\n roa: 'Romance',\n roh: 'Romansh',\n rom: 'Romani',\n ron: 'Romanian',\n rum: 'Romanian',\n run: 'Rundi',\n rus: 'Russian',\n sag: 'Sango',\n sah: 'Yakut',\n sai: 'South American Indian',\n sam: 'Samaritan Aramaic',\n san: 'Sanskrit',\n sao: 'Samoan',\n sat: 'Santali',\n scc: 'Serbian',\n scl: 'Shina', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sco: 'Scots',\n scots: 'Scottish',\n scr: 'Croatian',\n sdr: 'Oraon Sadri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sel: 'Selkup',\n sem: 'Semitic',\n sga: 'Old Irish',\n sho: 'Shona',\n sin: 'Sinhalese',\n sio: 'Siouan',\n sip: 'Sikkimese', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sit: 'Sino-Tibetan',\n sk: 'Slovak',\n sla: 'Slavic',\n slk: 'Slovak',\n slo: 'Slovak',\n slv: 'Slovenian',\n sme: 'Saami',\n smi: 'Sami',\n smo: 'Samoan',\n sms: 'Skolt Sami',\n sna: 'Shona',\n snd: 'Sindhi',\n snh: 'Sinhalese',\n som: 'Somali',\n sot: 'Sotho',\n spa: 'Spanish',\n spain: 'Spanish',\n spv: 'Sambalpuri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n sq: 'Albanian',\n sqi: 'Albanian',\n srb: 'Sora', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n srp: 'Serbian',\n sso: 'Sotho',\n ssw: 'Swazi',\n sun: 'Sundanese',\n sux: 'Sumerian',\n sv: 'Swedish',\n svenska: 'Swedish',\n swa: 'Swahili',\n swe: 'Swedish',\n swz: 'Swazi',\n syc: 'Syriac',\n syr: 'Modern Syriac',\n tag: 'Tagalog',\n tah: 'Tahitian',\n taj: 'Tajik',\n tam: 'Tamil',\n tar: 'Tatar',\n tat: 'Tatar',\n tcy: 'Tulu', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n tcz: 'Thado Chin', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n tel: 'Telugu',\n tem: 'Temne',\n tgk: 'Tajik',\n tgl: 'Tagalog',\n tha: 'Thai',\n tib: 'Tibetan',\n tig: 'Tigre',\n tir: 'Tigrinya',\n tlh: 'Klingon',\n tog: 'Tonga',\n ton: 'Tongan',\n tpi: 'Tok Pisin',\n tr: 'Turkish',\n trp: 'Kok Borok', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n tsi: 'Tsimshian',\n tsn: 'Tswana',\n tso: 'Tsonga',\n tsw: 'Tswana',\n tuk: 'Turkmen',\n tur: 'Turkish',\n türkçe: 'Turkish',\n tut: 'Altaic',\n tyv: 'Tuvinian',\n udm: 'Udmurt',\n uig: 'Uighur',\n uk: 'Ukranian',\n ukr: 'Ukrainian',\n und: 'undetermined',\n undetermined: 'skip',\n unknown: 'skip',\n unr: 'Mundari', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n urd: 'Urdu',\n uzb: 'Uzbek',\n vah: 'Varhadi-Nagpuri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n vap: 'Vaiphei', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n vav: 'Varli', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n ven: 'Venda',\n vie: 'Vietnamese',\n vol: 'Volapük',\n war: 'Waray',\n wbr: 'Wagdi', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n wel: 'Welsh',\n wen: 'Sorbian',\n wol: 'Wolof',\n xal: 'Oirat',\n xho: 'Xhosa',\n xis: 'Kisan (Dravidian)', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n xnr: 'Kangri', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n xsr: 'Solu-Khumbu Sherpa', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n yea: 'Ravula', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n yid: 'Yiddish',\n yim: 'Yimchungru Naga', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n yor: 'Yoruba',\n ypk: 'Yupik languages',\n zap: 'Zapotec',\n zh: 'Chinese',\n zha: 'Zhuang',\n zho: 'Chinese',\n zom: 'Zou', // *not* in MARC or ISO 639-2 lists, but in our corpus and ISO 639-3\n zul: 'Zulu',\n zun: 'Zuni',\n zxx: 'No linguistic content',\n Русский: 'Russian',\n Український: 'Ukranian',\n العربية: 'Arabic',\n عربي: 'Arabic',\n};\n"]}
|
|
@@ -50,25 +50,25 @@ let ManageBar = class ManageBar extends LitElement {
|
|
|
50
50
|
${msg('Remove selected items')} (${this.selectedItems.length})
|
|
51
51
|
</button>
|
|
52
52
|
${when(this.showItemManageButton, () => html ` <button
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
>
|
|
57
|
-
${msg('Item Manager the items')} (${this.selectedItems.length})
|
|
58
|
-
</button>`)}
|
|
59
|
-
<div class="selection-buttons">
|
|
60
|
-
${when(this.showSelectAll, () => html ` <button
|
|
61
|
-
class="ia-button link select-all-btn"
|
|
62
|
-
@click=${this.selectAllClicked}
|
|
53
|
+
class="ia-button warning"
|
|
54
|
+
?disabled=${!this.removeAllowed}
|
|
55
|
+
@click=${this.manageItemsClicked}
|
|
63
56
|
>
|
|
64
|
-
${msg('
|
|
57
|
+
${msg('Item Manager the items')} (${this.selectedItems.length})
|
|
65
58
|
</button>`)}
|
|
59
|
+
<div class="selection-buttons">
|
|
60
|
+
${when(this.showSelectAll, () => html ` <button
|
|
61
|
+
class="ia-button link select-all-btn"
|
|
62
|
+
@click=${this.selectAllClicked}
|
|
63
|
+
>
|
|
64
|
+
${msg('Select all')}
|
|
65
|
+
</button>`)}
|
|
66
66
|
${when(this.showUnselectAll, () => html ` <button
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
67
|
+
class="ia-button link unselect-all-btn"
|
|
68
|
+
@click=${this.unselectAllClicked}
|
|
69
|
+
>
|
|
70
|
+
${msg('Unselect all')}
|
|
71
|
+
</button>`)}
|
|
72
72
|
</div>
|
|
73
73
|
</div>
|
|
74
74
|
</div>
|