genshin-langdata
genshin-langdata copied to clipboard
English-Chinese-Japanese translation dataset of the terms in Genshin Impact
Since we have advanced the story of the second half of Ver 4.6, we will add keywords. This time, I am creating it from Genshin Impact's "Archive" - "Travel Log"....
Can it be automatically converted from Simplified Chinese using [OpenCC](https://github.com/BYVoid/OpenCC)?
Convert the dictionary JSON to the following spec: ```json5 { slug: "inazuman", // auto generated, does not exist in source JSON en: { word: "Inazuman", kana: "イナズマン", // English pronunciation...
tags.json should be exposed as API so that developers using API can call display names of the tags in each supported language.
see: https://github.com/xicri/genshin-langdata/pull/30#discussion_r928192925
Currently, `snezhnaya` tag includes words related to Fatui and Snezhnaya. In Genshin Impact v6 which will be released in 2025 Summer, Snezhnaya will be released and the number of Snezhnaya-related...
From https://github.com/xicri/genshin-langdata/issues/189#issuecomment-2360918462 > Also, if "git config core.autocrlf" is set to true, you will need to remove the following line from .editorconfig. > ``` > end_of_line = lf > ```...
### Problem Currently, when I run test in a Windows environment, it fails. ### Suggestion If you introduce "cross-env", you will be able to execute test independently of the OS....