chore: ng-app: add comment with link to unicode i18n annotation files. #29

Merged
laurin merged 1 commits from feat/ng-app/i18n into master 3 months ago
  1. 5
      ng-app/src/wallet_emojis.ts

@ -1774,6 +1774,11 @@ export function emojis_from_pazzle_ids(pazzle: number[]) {
} }
/* /*
// To find more unicode (emoji) translations files (xx_annotations.json),
// visit: https://github.com/unicode-org/cldr-json/tree/main/cldr-json/cldr-annotations-full/annotations
// Some of the face-emoji names have been slightly adjusted for unambiguity.
// See the English translations.
import en_annotations from "./locales/en_annotations.json"; import en_annotations from "./locales/en_annotations.json";
import de_annotations from "./locales/de_annotations.json"; import de_annotations from "./locales/de_annotations.json";
import fr_annotations from "./locales/fr_annotations.json"; import fr_annotations from "./locales/fr_annotations.json";

Loading…
Cancel
Save