Skip to content

Commit

Permalink
Changelog and tx config
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Mar 25, 2017
1 parent 6b778fe commit 7b57d1a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[main]
host = https://www.transifex.com

#[ooniprobe.localizablestrings]
#file_filter = ooniprobe/<lang>.lproj/Localizable.strings
#source_file = ooniprobe/Base.lproj/Localizable.strings
#source_lang = en
#type = IOS
[ooniprobe.localizablestrings]
file_filter = ooniprobe/<lang>.lproj/Localizable.strings
source_file = ooniprobe/Base.lproj/Localizable.strings
source_lang = en
type = STRINGS

[ooniprobe.description]
file_filter = description/<lang>.xlf
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ooniprobe-ios 1.1.3 [2017-03-20]
# ooniprobe-ios 1.1.3 [2017-03-25]

New Languages:

* Added multilingual support and Spanish, French and Italian translations
* Added multilingual support and Spanish, French, Italian and Hindi translations

Bugfixes:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
language = "it">
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
Expand Down
2 changes: 1 addition & 1 deletion ooniprobe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 1 addition & 1 deletion ooniprobe/View/SettingsTableViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
cell.textLabel.text = NSLocalizedString(current, nil);
cell.imageView.image = [UIImage imageNamed:current];
NSNumber *time = [[NSUserDefaults standardUserDefaults] objectForKey:current];
UITextField *textField = [self createTextField:[NSString stringWithFormat:@"%@", time]];
UITextField *textField = [self createTextField:[time stringValue]];
cell.accessoryView = textField;
}
else if ([current isEqualToString:@"collector_address"]){
Expand Down
Binary file modified ooniprobe/fr.lproj/Localizable.strings
Binary file not shown.

0 comments on commit 7b57d1a

Please sign in to comment.