You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
Update the API of ios_merge_strings_files and ios_extract_keys_from_strings_files to support using prefixes for string keys when merging/splitting the files.
The actions now expect a Hash (instead of an Array) for the list of files to provide an associated prefix (or nil or '' when none) for each file to merge/split. [#345]
Bug Fixes
Improved logs and console output, to avoid ios_download_strings_files_from_glotpress to look like it's deadlocked while it takes some time to download all the exports of all the locales, and to avoid the log messages from ios_extract_keys_from_strings_files to be misleading. [#344]