Skip to content

fix 2 small typos #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios-strings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Copyright 2015, Steve K. Chiu <[email protected]>
#
# What it does is to read Andrord resources and translate it into iOS resources:
# What it does is to read Android resources and translate it into iOS resources:
#
# + string, string-array and plurals are supported
# + values-zh-rTW will be translated into zh-Hant.lproj
Expand Down Expand Up @@ -64,7 +64,7 @@ def string_to_boolean(string)
OptionParser.new { |opts|
opts.banner = "Usage: ios-strings.rb [options]"

opts.on("--import-android=DIR", "Import from Andrord resources directory") { |v|
opts.on("--import-android=DIR", "Import from Android resources directory") { |v|
options[:import] << { :type => 'android', :path => v }
}

Expand Down