Skip to content

Commit

Permalink
Release/4.1.0 (#73)
Browse files Browse the repository at this point in the history
* update README

* update Changelog

* bump version
  • Loading branch information
jvigne authored Mar 2, 2022
1 parent 76b6209 commit f303a6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.0] - 2022-03-02

### Changed

- Do not export empty translation on Android in PR [#72](https://github.com/faberNovel/ad_localize/pull/72)


## [4.0.9] - 2021-09-05

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ $ ad_localize -k <your-spreadsheet-drive-key> -s <comma-separated-sheet-id-list>
- Any column after the `key` column will be considered as a locale column (except from the optional `comment` columns)
- Keys should contain only letter, number, underscore and dot : [a-z0-9_.]+.
- Format specifiers must be numeroted if there are more than one in a translation string (eg: `"%1$@ %2$@'s report"`).
- _Only for Android_ keys without translation won't be considered

### Comments

Expand Down
2 changes: 1 addition & 1 deletion lib/ad_localize/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AdLocalize
VERSION = "4.0.9"
VERSION = "4.1.0"
end

0 comments on commit f303a6f

Please sign in to comment.