PocketByte / LocoLaser

Localization tool to import localized strings from external source to your project.
Apache License 2.0
31 stars 1 forks source link

"res_dir" and "res_name" in platform config are ignored #7

Closed eugene-kirzhanov closed 5 years ago

eugene-kirzhanov commented 5 years ago

Having: Platform config like:

{
  "platform": {
    "type": "android",
    "res_dir": "./some_dir/",
    "res_name": "some_strings"
  },
  "source": ...
}

Result: Localization files are always generated in default resource dir (src/main/res)

Affected version: 1.2.6 On 1.2.5 and below all is ok.

The same with "ios" platform.