L10N Utility

- Combined three l10n utiity scripts into one, which can now do the following:
  - Automatically locate all the localized string files.
  - Look for missing strings in the localized string files.
  - Point out strings that are not used in the code.
  - Count strings.
  - Warn when strings are unchanged across languages.
  - Exit with a status code, so it can be used in unit tests.
- Thanks to Wim Schuermann and Fidel Mato for providing code and ideas.
This commit is contained in:
Paul Beckingham
2013-04-14 11:29:46 -04:00
parent 09f577536a
commit f0048395fb
4 changed files with 176 additions and 116 deletions

View File

@@ -17,6 +17,8 @@ Features
up and needs a sync.
+ Supports IPv4 and IPv6 server addresses.
+ Began fr-FR localization.
+ Merged three l10n utility scripts into one tools, scripts/utils/l10n, which
will help the translation effort.
Bugs
+ #1196 Now builds on Hurd (thanks to Jakub Wilk).
@@ -29,6 +31,8 @@ Bugs
Steve Rader).
+ #1247 Tests now create a local dir, rather than use the insecure /tmp dir
(thanks to Jakub Wilk).
+ #1249 Build system now recognizes GNU/Hurd and GNU/kFreeBSD (thanks to Jakub
Wilk).
+ Fixed bug so that 'limit:page' now considers footnote messages.
------ old releases ------------------------------