Skip to content

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

@pikacode

Description

@pikacode

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions