-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
specifies the languages of the to-be-removed segments (because somet…
…imes it will only delete a segment related to a removed language)
- Loading branch information
1 parent
4aa4399
commit 7497a3a
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
translation (1.12) | ||
translation (1.13) | ||
gettext (>= 3.2.5) | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Gem::Specification.new do |s| | |
s.description = 'Rails translation made _("simple") with YAML and GetText. Localize your app using either t(".keys") or _("free text") and type "rake translation:sync" to synchronize with your translators.' | ||
s.homepage = 'https://translation.io' | ||
s.email = '[email protected]' | ||
s.version = '1.12' | ||
s.date = '2018-02-06' | ||
s.version = '1.13' | ||
s.date = '2018-02-19' | ||
s.authors = ['Aurelien Malisart', 'Michael Hoste'] | ||
s.require_paths = ["lib"] | ||
s.files = Dir["lib/**/*"] + ['README.md'] | ||
|