The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i18n: disambiguate en-us and en-gb

+4 -3
+4 -3
quartz/i18n/index.ts
··· 1 1 import { Translation, CalloutTranslation } from "./locales/definition" 2 - import en from "./locales/en-US" 2 + import enUs from "./locales/en-US" 3 + import enGb from "./locales/en-GB" 3 4 import fr from "./locales/fr-FR" 4 5 import it from "./locales/it-IT" 5 6 import ja from "./locales/ja-JP" ··· 20 21 import pl from "./locales/pl-PL" 21 22 22 23 export const TRANSLATIONS = { 23 - "en-US": en, 24 - "en-GB": en, 24 + "en-US": enUs, 25 + "en-GB": enGb, 25 26 "fr-FR": fr, 26 27 "it-IT": it, 27 28 "ja-JP": ja,