diff --git a/ng-app/src/wallet_emojis.ts b/ng-app/src/wallet_emojis.ts index 2e5fc92..f696387 100644 --- a/ng-app/src/wallet_emojis.ts +++ b/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";