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

pull/29/head
Laurin Weger 2 months ago
parent ebd5b06a3c
commit 3c0a1f8971
No known key found for this signature in database
GPG Key ID: 9B372BB0B792770F
  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 de_annotations from "./locales/de_annotations.json";
import fr_annotations from "./locales/fr_annotations.json";

Loading…
Cancel
Save