[Rt-commit] rt branch, 4.2/message-catalog-updates, repushed
Alex Vandiver
alexmv at bestpractical.com
Tue Jun 24 13:50:59 EDT 2014
The branch 4.2/message-catalog-updates was deleted and repushed:
was 9232814dcf4c6b4ad8d48c397f64a7f98e0eaaa6
now 1da569e245cc4c063f2a744c489e06ae3dd1f712
1: 1637fe2 = 1: 1637fe2 Simplify and merge clean and shrink, into a standard format
2: fb11586 = 2: fb11586 Hardcode the boundary
3: c3e0c6c = 3: c3e0c6c Drop the now-unnecessary option parsing
4: c1834f1 = 4: c1834f1 Merge TRANSLATED and DISTINCT, as "clean" now removes the distinction
5: f896d8c = 5: f896d8c Use Local::PO to parse and write, to keep formatting consistent
6: f7c88cb = 6: f7c88cb Move rt-message-catalog into devel/tools
7: 7a784b0 ! 7: f4e1541 Update message catalogs
@@ -1,29 +1,6 @@
Author: Alex Vandiver <alexmv at bestpractical.com>
Update message catalogs
-
-diff --git a/share/html/env.html b/share/html/env.html
-new file mode 100644
---- /dev/null
-+++ b/share/html/env.html
-@@
-+<%init>
-+$r->content_type("text/plain");
-+require Data::Dumper;
-+$m->out( Data::Dumper::Dumper( \%ENV ) );
-+$m->abort;
-+</%init>
-
-diff --git a/share/html/env.txt b/share/html/env.txt
-new file mode 100644
---- /dev/null
-+++ b/share/html/env.txt
-@@
-+<%init>
-+$r->content_type("text/plain");
-+$m->out( "$_: $ENV{$_}\n" ) for sort keys %ENV;
-+$m->abort;
-+</%init>
diff --git a/share/po/ar.po b/share/po/ar.po
--- a/share/po/ar.po
8: 503f624 = 8: b1cdfe8 Standardize the order of PO attribute output, into what Locale::PO outputs
9: 2b86fb0 = 9: 48a0b0a Update po files for #. prior to #: (as Locale::PO outputs)
10: 7b51a78 = 10: 0499a82 Always drop strings which are no longer found in the source
11: ebbe7ca = 11: e2b01b0 Decode and encode as utf-8, to operate on characters
12: a82f252 = 12: d6e404d Allow "0" as a valid translation (however unlikely)
13: 16ec1b3 = 13: e2bfcf5 Quiet the display a little while parsing files for locstrings
14: d436534 = 14: 930b974 Parse and output using Locale::PO; this simplifies the code considerably
15: 9232814 = 15: 1da569e Use Locale::PO to output locstrings; it splits multiline msgstrs across lines
More information about the rt-commit
mailing list