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

Provide a method to download and parsing localization files automatically? #36

Open
pikacode opened this issue Oct 29, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pikacode
Copy link

pikacode commented Oct 29, 2020

Why not just provide 1 method to handle all of the task like this:

Philology.rewordLocalization(url: "http://....", forLocale: Locale.ENGLISH);
  1. Reword ( if (the downloaded file exist) { reword() } else { notReword() } )
  2. Download ( a .xml file by url )
  3. Save ( into a local file path )
  4. do Reword again
@pikacode pikacode added the enhancement New feature or request label Oct 29, 2020
@pikacode pikacode changed the title provide a method to download and parsing localization files automatically? Provide a method to download and parsing localization files automatically? Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants