genshin-langdata icon indicating copy to clipboard operation
genshin-langdata copied to clipboard

English-Chinese-Japanese translation dataset of the terms in Genshin Impact

Results 9 genshin-langdata issues
Sort by recently updated
recently updated
newest added

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)?

feature

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...

dx
priority: medium

tags.json should be exposed as API so that developers using API can call display names of the tags in each supported language.

docs
priority: medium

see: https://github.com/xicri/genshin-langdata/pull/30#discussion_r928192925

bug
priority: medium

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....