Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metadata for traits & autometic traits update for translation #677

Open
elkeinkrad opened this issue Jul 21, 2020 · 0 comments
Open

metadata for traits & autometic traits update for translation #677

elkeinkrad opened this issue Jul 21, 2020 · 0 comments

Comments

@elkeinkrad
Copy link
Contributor

elkeinkrad commented Jul 21, 2020

Since traits are managed just as text format, such as Item. Weapon., I tried to generate a script for it (ko translation purpose, currently).

This python script traits.py may work:

  • generating traits metadata as json format: traits.json (for translation placeholder)
  • updating traits for translation: ko/traits.json; working like update_locale.coffeescript, by filling new traits from english one.
  • updating translation json files from traits metadata. (the below example is autometically updated json file)
    pmp

My forked repo link about it: https://github.com/elkeinkrad/arkhamdb-json-data/tree/traits

I think this may be helpful for someone, but I wonder that this work may be pulled or not; also, what I will be do more (such as argparse, menual and so on).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant