Commit graph

  • a3e4e42b15 Cleanup format of generated Apple strings file. Sebastian Celis 2012-03-21 11:12:24 -05:00
  • 9277e070fe Edited Apple formatter to more closely match the Apple-generated syntax Kevin Wood 2012-03-20 20:36:01 -07:00
  • 3789cfbabe Merge pull request #5 from kwood/master Sebastian Celis 2012-03-20 17:09:54 -07:00
  • c8f8a2efbd Fixes incorrect spelling of generate-string-file in help text Kevin Wood 2012-03-20 16:07:05 -07:00
  • c1f5e1b3e7 strip numbers from substitutions during consume if safe to do so Scott Weber 2012-03-06 11:24:11 -05:00
  • b540ed8d6b make sure that substitutions are numbered when necessary Scott Weber 2012-03-06 09:48:25 -05:00
  • f79d89a048 Fix code block in README. Sebastian Celis 2012-03-05 07:27:45 -06:00
  • 34d6052042 Update version to 0.2.1. v0.2.1 Sebastian Celis 2012-03-02 09:02:03 -06:00
  • b4e5b4a698 Update generate-report to explicity state if no strings have tags. Sebastian Celis 2012-03-01 09:45:20 -06:00
  • 61b04736dc Update readme given how we now handle tagless strings. Sebastian Celis 2012-03-01 09:43:19 -06:00
  • 78c52a6d73 Split --all into --consume-all and --include-untranslated. Sebastian Celis 2012-03-01 09:40:16 -06:00
  • 7af9048cf4 Do not match untagged strings when tags are specified. Sebastian Celis 2012-03-01 09:32:05 -06:00
  • 6a1a7a0584 Improve formats help text by showing all supported formats. Sebastian Celis 2012-03-01 09:31:15 -06:00
  • 0139f8d5e5 Switched order of evaluation. Because I could not generate language file from strings.txt without 'tags' option. ISHITOYA Kentaro 2012-03-01 22:31:05 +09:00
  • f5f7215d96 Update version to 0.2.0. v0.2.0 Sebastian Celis 2012-02-27 16:07:59 -06:00
  • f8586c4379 Error if the user tries --encoding in Ruby 1.8. Sebastian Celis 2012-02-27 16:06:54 -06:00
  • 9aea9641b5 Clean up error reporting. Sebastian Celis 2012-02-27 16:06:41 -06:00
  • c9f8f1c21a Add the ability to write UTF-16 files. Sebastian Celis 2012-02-27 16:00:05 -06:00
  • 1840f1fb20 Fix broken testcase for generated Android files. Sebastian Celis 2012-02-27 15:51:17 -06:00
  • 27828519f4 Fix references to CLI options. Sebastian Celis 2012-02-27 15:49:33 -06:00
  • c3b5932202 Properly read and parse UTF-16 .strings files. Sebastian Celis 2012-02-27 14:52:35 -06:00
  • 82235cadeb Fix call to write_file for generate-loc-drop. Sebastian Celis 2012-02-24 16:58:16 -06:00
  • 34f7ff8c9c don't force default into strings.xml; let Android OS handle fallback Scott Weber 2012-02-22 10:44:56 -05:00
  • 828aac3b37 for android, put default language in values folder Scott Weber 2012-02-21 16:38:14 -05:00
  • ce96dcd425 android-specific improvements Scott Weber 2012-02-20 14:43:33 -05:00
  • 125eb59036 Support empty translations. Sebastian Celis 2012-02-15 11:16:36 -06:00
  • 6f286dc159 Properly unescape double quotes in android files. Sebastian Celis 2012-02-15 11:13:54 -06:00
  • 949314fb16 Fix gemspec test file. v0.1.2 Sebastian Celis 2012-02-11 10:04:10 -06:00
  • ef57e0be97 Add test files to the gemspec. Sebastian Celis 2012-02-11 10:01:08 -06:00
  • f2c0df7dae Update version number to 0.1.2. Sebastian Celis 2012-02-11 09:56:22 -06:00
  • c9b7ed14a9 Fix reference to old method variables. Sebastian Celis 2012-02-10 19:07:12 -06:00
  • 3984de6fdd Replace --tag with --tags. Sebastian Celis 2012-02-10 18:58:00 -06:00
  • 1152447929 Add unit tests. Sebastian Celis 2012-02-10 18:53:38 -06:00
  • 2daebb750e Do not print a string that has no tag. Sebastian Celis 2012-02-10 18:50:31 -06:00
  • b5ab3249a9 Fix error handling and option parsing. Sebastian Celis 2012-02-10 18:49:52 -06:00
  • ee629a0aaf Add the ability to write to a separate strings DB. Sebastian Celis 2012-02-10 17:16:58 -06:00
  • 9d905e449f Improve ability to import new strings. Sebastian Celis 2012-02-10 16:59:40 -06:00
  • 4399266aeb Move another method into the StringsRow class. Sebastian Celis 2012-02-09 09:48:08 -06:00
  • 6612d01e48 Move the row_matches_tag method to stringsfile.rb. Sebastian Celis 2012-02-09 09:45:25 -06:00
  • 0918b65308 When reading in a file, if language_code doesn't already exist then add it to the list Kevin Everets 2012-02-08 17:18:09 -05:00
  • 1e73ac7d85 Make multiline android translations into single line Kevin Everets 2012-02-08 16:22:56 -05:00
  • d260346c17 If there's not a default (developer language) translation, warn but still insert it Kevin Everets 2012-02-08 17:17:28 -05:00
  • 0fa9c72dad If a key doesn't exist when loading an android file, create it and put it in the "Uncategorized" section Kevin Everets 2012-02-08 16:15:06 -05:00
  • 659028d492 Update version number to 0.1.1. v0.1.1 Sebastian Celis 2012-02-08 10:00:13 -06:00
  • 1bd2850d03 Cleanup code block. Sebastian Celis 2012-02-07 15:54:53 -06:00
  • a4a68a74b6 Add a section about running Twine from Xcode. Sebastian Celis 2012-02-07 14:20:56 -06:00
  • 8c1a53e8ce Cleanup shell commands in the README. Sebastian Celis 2012-02-06 15:43:42 -06:00
  • 681dc84bec Cleanup section headers in generated string files. Sebastian Celis 2012-02-06 14:38:50 -06:00
  • 8188d16b86 Use UTF-8 for .strings files. Sebastian Celis 2012-02-06 14:27:02 -06:00
  • 72a39d875f Initial commit. v0.1.0 Sebastian Celis 2012-02-06 06:23:16 -06:00