All Versions
56
Latest Version
Avg Release Cycle
59 days
Latest Release
990 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v3.7.0 Changes
January 20, 2017➕ Added
- ➕ Add new
unstripped
command line option forinterface
andcode
subcommands. See #49.
- ➕ Add new
-
v3.6.0 Changes
December 25, 2016➕ Added
- ➕ Added support for multi-line comments. See #44 for additional details.
-
v3.5.0 Changes
December 14, 2016➕ Added
➕ Adds two new options to the
code
sub command:- extract-loc-strings: Uses newer tool to extract strings from code. Solves #41.
- Thanks to @fvolchyok for the PR!
- sort-by-keys: Sorts the translation entries by their keys. Solves #26. 📚 See also their documentation sections in the README for additional details.
-
v3.4.0 Changes
November 21, 2016➕ Added
- ➕ Adds an option to force update existing comments only via
override-comments
option on thecode
sub command.
- ➕ Adds an option to force update existing comments only via
-
v3.3.0 Changes
September 22, 2016🔄 Changed
- ⚡️ Updated project to Swift 3 and Xcode 8.
-
v3.2.1 Changes
July 02, 2016🔄 Changed
- 👕 Add & configure SwiftLint linter and fix all warnings & errors (#28) ### 🛠 Fixed
- 👍 Better error message when no
Localizable.strings
file found (#11) - Escape double quotes and backslashes in translated strings (#19)
-
v3.2.0 Changes
June 22, 2016➕ Added
- Add support for Objective-C++ '.mm' files for subcommand
code
(#22)
- Add support for Objective-C++ '.mm' files for subcommand
-
v3.1.0 Changes
June 04, 2016➕ Added
- Ignores NSLocalizedStrings which have ignore constant (e.g.
#bc-ignore!
) in comment (#16)
- Ignores NSLocalizedStrings which have ignore constant (e.g.
-
v3.0.0 Changes
May 05, 2016➕ Added
- Sub Commands for updating
interfaces
/translate
instead of options (like-t
) - ⚡️ New sub command to update
Localizable.strings
files fromcode
### 🔄 Changed - Streamlined names of options (force >> override,
-s
>>-p
) - 🔨 Refactored quite some code ### ✂ Removed
- Input (
-i
), Exclude (-e
) and Output (-o
) options
⬆️ Please have a look at the migration guide for a flawless upgrade from version 2.x.
- Sub Commands for updating
-
v2.0.0 Changes
April 30, 2016➕ Added
- Automatic search for files now also possible when using
-t
(translate) via-s
### 🔄 Changed - 📇 Reworked option
-a
(auto) to take a path argument and renamed to-s
(search) ### 🛠 Fixed - 👌 Improved build times when configured with Git root folder path ### ✂ Removed
- 0️⃣ Translating adds missing keys by default, therefore
-c
option was dropped
- Automatic search for files now also possible when using