- l10n now accepts an additional --single argument to restrict
  localization comparison to reference vs specified
- 3 letter localization now also supported (ISO 639-2)
- reference (en-US.h) is now always the first column
This commit is contained in:
Renato Alves
2014-01-28 14:01:52 +00:00
committed by Paul Beckingham
parent 22303e8e1c
commit c854196af0
3 changed files with 40 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
2.4.0 () -
Features
+ #1255 l10n translation utility improvements (thanks to Renato Alves).
+ #1492 task show to display default values when appropriate (thanks to Renato
Alves).
+ #1501 info report streamlining - partially implemented.