gettext 3.2.1 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/doc/text/news.md +12 -0
- data/lib/gettext/locale_path.rb +1 -1
- data/lib/gettext/text_domain.rb +2 -3
- data/lib/gettext/version.rb +2 -2
- data/po/bg/gettext.edit.po +35 -35
- data/po/bg/gettext.po +9 -9
- data/po/bs/gettext.edit.po +35 -35
- data/po/bs/gettext.po +9 -9
- data/po/ca/gettext.edit.po +35 -35
- data/po/ca/gettext.po +9 -9
- data/po/cs/gettext.edit.po +35 -35
- data/po/cs/gettext.po +9 -9
- data/po/de/gettext.edit.po +35 -35
- data/po/de/gettext.po +9 -9
- data/po/el/gettext.edit.po +35 -35
- data/po/el/gettext.po +9 -9
- data/po/eo/gettext.edit.po +35 -35
- data/po/eo/gettext.po +9 -9
- data/po/es/gettext.edit.po +35 -35
- data/po/es/gettext.po +9 -9
- data/po/et/gettext.edit.po +35 -35
- data/po/et/gettext.po +9 -9
- data/po/fr/gettext.edit.po +35 -35
- data/po/fr/gettext.po +9 -9
- data/po/gettext.pot +69 -65
- data/po/hr/gettext.edit.po +35 -35
- data/po/hr/gettext.po +9 -9
- data/po/hu/gettext.edit.po +35 -35
- data/po/hu/gettext.po +9 -9
- data/po/it/gettext.edit.po +35 -35
- data/po/it/gettext.po +9 -9
- data/po/ja/gettext.edit.po +35 -35
- data/po/ja/gettext.po +9 -9
- data/po/ko/gettext.edit.po +35 -35
- data/po/ko/gettext.po +9 -9
- data/po/lv/gettext.edit.po +35 -35
- data/po/lv/gettext.po +9 -9
- data/po/nb/gettext.edit.po +35 -35
- data/po/nb/gettext.po +9 -9
- data/po/nl/gettext.edit.po +35 -35
- data/po/nl/gettext.po +9 -9
- data/po/pt_BR/gettext.edit.po +35 -35
- data/po/pt_BR/gettext.po +9 -9
- data/po/ru/gettext.edit.po +35 -35
- data/po/ru/gettext.po +9 -9
- data/po/sr/gettext.edit.po +35 -35
- data/po/sr/gettext.po +9 -9
- data/po/sv/gettext.edit.po +35 -35
- data/po/sv/gettext.po +9 -9
- data/po/uk/gettext.edit.po +35 -35
- data/po/uk/gettext.po +9 -9
- data/po/vi/gettext.edit.po +35 -35
- data/po/vi/gettext.po +9 -9
- data/po/zh/gettext.edit.po +35 -35
- data/po/zh/gettext.po +9 -9
- data/po/zh_TW/gettext.edit.po +35 -35
- data/po/zh_TW/gettext.po +9 -9
- data/test/fixtures/{n_.rb → lower_n_.rb} +0 -0
- data/test/fixtures/{N_.rb → upper_n_.rb} +0 -0
- data/test/locale/ja/LC_MESSAGES/hello.mo +0 -0
- data/test/locale/zh_Hant/LC_MESSAGES/test1.mo +0 -0
- data/test/po/hello.pot +23 -0
- data/test/po/ja/_.edit.po +2 -2
- data/test/po/ja/_.po +2 -2
- data/test/po/ja/hello.edit.po +22 -0
- data/test/po/ja/hello.po.time_stamp +0 -0
- data/test/po/zh_Hant/test1.po +23 -0
- data/test/test_locale_path.rb +17 -7
- data/test/test_parser.rb +69 -31
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 193810e8995216ea92f5b25f5479cb7da7a6bd03
|
|
4
|
+
data.tar.gz: 65e1f0e1e19f07e90dc41cfc3cc011df7059b32a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23ed8a4824df193546d42395ad4101b7cd085d23a01c4b87ee33dde6549d9da7629df9824b7b2ebb0399ca9eb5f80401759b7e1031c1fb6be1e5a5bb7600c11f
|
|
7
|
+
data.tar.gz: 56576b05d338358a7d2777f2644a028b4df7228c96ec4009046b2a346ba5b31b732915e6b62e02ac75ac671fdb9de869ee0cdb61996c17ae8f438232ab3305dc
|
data/doc/text/news.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# News
|
|
2
2
|
|
|
3
|
+
## 3.2.2: 2016-04-17 {#version-3-2-2}
|
|
4
|
+
|
|
5
|
+
### Improvements
|
|
6
|
+
|
|
7
|
+
* Supported non POSIX locale format such as "zh-Hant" for
|
|
8
|
+
.mo search path.
|
|
9
|
+
[GitHub#45][Patch by Michaël Hoste]
|
|
10
|
+
|
|
11
|
+
### Thanks
|
|
12
|
+
|
|
13
|
+
* Michaël Hoste
|
|
14
|
+
|
|
3
15
|
## 3.2.1: 2016-01-23 {#version-3-2-1}
|
|
4
16
|
|
|
5
17
|
### Improvements
|
data/lib/gettext/locale_path.rb
CHANGED
data/lib/gettext/text_domain.rb
CHANGED
|
@@ -122,7 +122,7 @@ module GetText
|
|
|
122
122
|
ret = nil
|
|
123
123
|
elsif msg.include?("\000")
|
|
124
124
|
# [[msgstr[0], msgstr[1], msgstr[2],...], cond]
|
|
125
|
-
mo = @mofiles[lang.
|
|
125
|
+
mo = @mofiles[lang.to_s]
|
|
126
126
|
cond = (mo and mo != :empty) ? mo.plural_as_proc : DEFAULT_PLURAL_CALC
|
|
127
127
|
ret = [msg.split("\000"), cond]
|
|
128
128
|
else
|
|
@@ -147,7 +147,6 @@ module GetText
|
|
|
147
147
|
# Load a mo-file from the file.
|
|
148
148
|
# lang is the subclass of Locale::Tag::Simple.
|
|
149
149
|
def load_mo(lang)
|
|
150
|
-
lang = lang.to_posix unless lang.kind_of? Locale::Tag::Posix
|
|
151
150
|
lang_key = lang.to_s
|
|
152
151
|
|
|
153
152
|
mo = @mofiles[lang_key]
|
|
@@ -163,7 +162,7 @@ module GetText
|
|
|
163
162
|
path = @locale_path.current_path(lang)
|
|
164
163
|
|
|
165
164
|
if path
|
|
166
|
-
charset = @output_charset || lang.charset || Locale.charset || "UTF-8"
|
|
165
|
+
charset = @output_charset || lang.to_posix.charset || Locale.charset || "UTF-8"
|
|
167
166
|
charset = normalize_charset(charset)
|
|
168
167
|
@mofiles[lang_key] = MO.open(path, charset)
|
|
169
168
|
else
|
data/lib/gettext/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
version - version information of gettext
|
|
3
3
|
|
|
4
|
-
Copyright (C) 2012-
|
|
4
|
+
Copyright (C) 2012-2016 Kouhei Sutou <kou@clear-code.com>
|
|
5
5
|
Copyright (C) 2005-2009 Masao Mutoh
|
|
6
6
|
|
|
7
7
|
You may redistribute it and/or modify it under the same
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
=end
|
|
10
10
|
|
|
11
11
|
module GetText
|
|
12
|
-
VERSION = "3.2.
|
|
12
|
+
VERSION = "3.2.2"
|
|
13
13
|
end
|
data/po/bg/gettext.edit.po
CHANGED
|
@@ -381,71 +381,71 @@ msgstr[1] ""
|
|
|
381
381
|
msgid "hello, tk world"
|
|
382
382
|
msgstr ""
|
|
383
383
|
|
|
384
|
-
#: ../test/fixtures/
|
|
384
|
+
#: ../test/fixtures/_.rb:30 ../test/fixtures/lower_n_.rb:29 ../test/fixtures/upper_n_.rb:10 ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
385
385
|
msgid "aaa"
|
|
386
386
|
msgid_plural "aaa2"
|
|
387
387
|
msgstr[0] ""
|
|
388
388
|
msgstr[1] ""
|
|
389
389
|
|
|
390
|
-
#: ../test/fixtures/
|
|
390
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
391
391
|
msgid ""
|
|
392
392
|
"aaa\n"
|
|
393
393
|
msgstr ""
|
|
394
394
|
|
|
395
|
-
#: ../test/fixtures/
|
|
395
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
396
396
|
msgid ""
|
|
397
397
|
"bbb\n"
|
|
398
398
|
"ccc"
|
|
399
399
|
msgstr ""
|
|
400
400
|
|
|
401
|
-
#: ../test/fixtures/
|
|
401
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
402
402
|
msgid ""
|
|
403
403
|
"bbb\n"
|
|
404
404
|
"ccc\n"
|
|
405
405
|
"ddd\n"
|
|
406
406
|
msgstr ""
|
|
407
407
|
|
|
408
|
-
#: ../test/fixtures/
|
|
408
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
409
409
|
msgid "eee"
|
|
410
410
|
msgstr ""
|
|
411
411
|
|
|
412
|
-
#: ../test/fixtures/
|
|
412
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
413
413
|
msgid "fff"
|
|
414
414
|
msgid_plural "fff2"
|
|
415
415
|
msgstr[0] ""
|
|
416
416
|
msgstr[1] ""
|
|
417
417
|
|
|
418
|
-
#: ../test/fixtures/
|
|
418
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
419
419
|
msgid "ggghhhiii"
|
|
420
420
|
msgid_plural "jjjkkklll"
|
|
421
421
|
msgstr[0] ""
|
|
422
422
|
msgstr[1] ""
|
|
423
423
|
|
|
424
|
-
#: ../test/fixtures/
|
|
424
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
425
425
|
msgid "a\"b\"c\""
|
|
426
426
|
msgid_plural "a\"b\"c\"2"
|
|
427
427
|
msgstr[0] ""
|
|
428
428
|
msgstr[1] ""
|
|
429
429
|
|
|
430
|
-
#: ../test/fixtures/
|
|
430
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
431
431
|
msgid "d\"e\"f\""
|
|
432
432
|
msgid_plural "d\"e\"f\"2"
|
|
433
433
|
msgstr[0] ""
|
|
434
434
|
msgstr[1] ""
|
|
435
435
|
|
|
436
|
-
#: ../test/fixtures/
|
|
436
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
437
437
|
msgid "jjj"
|
|
438
438
|
msgstr ""
|
|
439
439
|
|
|
440
|
-
#: ../test/fixtures/
|
|
440
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
441
441
|
msgid "kkk"
|
|
442
442
|
msgstr ""
|
|
443
443
|
|
|
444
|
-
#: ../test/fixtures/
|
|
444
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
445
445
|
msgid "lllmmm"
|
|
446
446
|
msgstr ""
|
|
447
447
|
|
|
448
|
-
#: ../test/fixtures/
|
|
448
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
449
449
|
msgid ""
|
|
450
450
|
"nnn\n"
|
|
451
451
|
"ooo"
|
|
@@ -570,19 +570,7 @@ msgstr ""
|
|
|
570
570
|
msgid "Hello"
|
|
571
571
|
msgstr ""
|
|
572
572
|
|
|
573
|
-
#: ../test/fixtures/
|
|
574
|
-
msgid "language"
|
|
575
|
-
msgstr ""
|
|
576
|
-
|
|
577
|
-
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
578
|
-
msgid "LANGUAGE"
|
|
579
|
-
msgstr ""
|
|
580
|
-
|
|
581
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
582
|
-
msgid "no data"
|
|
583
|
-
msgstr ""
|
|
584
|
-
|
|
585
|
-
#: ../test/fixtures/n_.rb:33
|
|
573
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
586
574
|
msgid ""
|
|
587
575
|
"bbb\n"
|
|
588
576
|
msgid_plural ""
|
|
@@ -591,7 +579,7 @@ msgid_plural ""
|
|
|
591
579
|
msgstr[0] ""
|
|
592
580
|
msgstr[1] ""
|
|
593
581
|
|
|
594
|
-
#: ../test/fixtures/
|
|
582
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
595
583
|
msgid ""
|
|
596
584
|
"ddd\n"
|
|
597
585
|
"ddd"
|
|
@@ -601,7 +589,7 @@ msgid_plural ""
|
|
|
601
589
|
msgstr[0] ""
|
|
602
590
|
msgstr[1] ""
|
|
603
591
|
|
|
604
|
-
#: ../test/fixtures/
|
|
592
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
605
593
|
msgid ""
|
|
606
594
|
"eee\n"
|
|
607
595
|
"eee\n"
|
|
@@ -611,7 +599,7 @@ msgid_plural ""
|
|
|
611
599
|
msgstr[0] ""
|
|
612
600
|
msgstr[1] ""
|
|
613
601
|
|
|
614
|
-
#: ../test/fixtures/
|
|
602
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
615
603
|
msgid ""
|
|
616
604
|
"ddd\n"
|
|
617
605
|
"eee\n"
|
|
@@ -621,31 +609,31 @@ msgid_plural ""
|
|
|
621
609
|
msgstr[0] ""
|
|
622
610
|
msgstr[1] ""
|
|
623
611
|
|
|
624
|
-
#: ../test/fixtures/
|
|
612
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
625
613
|
msgid "ggg"
|
|
626
614
|
msgid_plural "ggg2"
|
|
627
615
|
msgstr[0] ""
|
|
628
616
|
msgstr[1] ""
|
|
629
617
|
|
|
630
|
-
#: ../test/fixtures/
|
|
618
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
631
619
|
msgid "mmmmmm"
|
|
632
620
|
msgid_plural "mmm2mmm2"
|
|
633
621
|
msgstr[0] ""
|
|
634
622
|
msgstr[1] ""
|
|
635
623
|
|
|
636
|
-
#: ../test/fixtures/
|
|
624
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
637
625
|
msgid "nnn"
|
|
638
626
|
msgid_plural "nnn2"
|
|
639
627
|
msgstr[0] ""
|
|
640
628
|
msgstr[1] ""
|
|
641
629
|
|
|
642
|
-
#: ../test/fixtures/
|
|
630
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
643
631
|
msgid "ooo"
|
|
644
632
|
msgid_plural "ppp"
|
|
645
633
|
msgstr[0] ""
|
|
646
634
|
msgstr[1] ""
|
|
647
635
|
|
|
648
|
-
#: ../test/fixtures/
|
|
636
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
649
637
|
msgid "qqq"
|
|
650
638
|
msgid_plural "rrr"
|
|
651
639
|
msgstr[0] ""
|
|
@@ -653,12 +641,24 @@ msgstr[1] ""
|
|
|
653
641
|
|
|
654
642
|
#. TRANSLATORS:please provide translations for all
|
|
655
643
|
#. the plural forms!
|
|
656
|
-
#: ../test/fixtures/
|
|
644
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
657
645
|
msgid "comment"
|
|
658
646
|
msgid_plural "comments"
|
|
659
647
|
msgstr[0] ""
|
|
660
648
|
msgstr[1] ""
|
|
661
649
|
|
|
650
|
+
#: ../test/fixtures/multi_text_domain.rb:11 ../test/fixtures/multi_text_domain.rb:24 ../test/fixtures/multi_text_domain.rb:43 ../test/fixtures/multi_text_domain.rb:50 ../test/fixtures/multi_text_domain.rb:62 ../test/fixtures/multi_text_domain.rb:75 ../test/fixtures/multi_text_domain.rb:91 ../test/fixtures/multi_text_domain.rb:104 ../test/fixtures/multi_text_domain.rb:108 ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10 ../test/test_gettext.rb:64 ../test/test_gettext.rb:297 ../test/test_gettext.rb:299 ../test/test_gettext.rb:302 ../test/test_gettext.rb:306 ../test/test_gettext.rb:309 ../test/test_gettext.rb:322 ../test/test_gettext.rb:325 ../test/test_gettext.rb:328 ../test/test_gettext.rb:336 ../test/test_gettext.rb:339 ../test/test_gettext.rb:351 ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9 ../test/test_text_domain_toplevel.rb:15 ../test/test_text_domain_toplevel.rb:18 ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
651
|
+
msgid "language"
|
|
652
|
+
msgstr ""
|
|
653
|
+
|
|
654
|
+
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
655
|
+
msgid "LANGUAGE"
|
|
656
|
+
msgstr ""
|
|
657
|
+
|
|
658
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
659
|
+
msgid "no data"
|
|
660
|
+
msgstr ""
|
|
661
|
+
|
|
662
662
|
#: ../test/fixtures/non_ascii.rb:10
|
|
663
663
|
msgid "こんにちは"
|
|
664
664
|
msgstr ""
|
data/po/bg/gettext.po
CHANGED
|
@@ -469,15 +469,6 @@ msgstr ""
|
|
|
469
469
|
msgid "Hello"
|
|
470
470
|
msgstr ""
|
|
471
471
|
|
|
472
|
-
msgid "language"
|
|
473
|
-
msgstr ""
|
|
474
|
-
|
|
475
|
-
msgid "LANGUAGE"
|
|
476
|
-
msgstr ""
|
|
477
|
-
|
|
478
|
-
msgid "no data"
|
|
479
|
-
msgstr ""
|
|
480
|
-
|
|
481
472
|
msgid ""
|
|
482
473
|
"bbb\n"
|
|
483
474
|
msgid_plural ""
|
|
@@ -545,6 +536,15 @@ msgid_plural "comments"
|
|
|
545
536
|
msgstr[0] ""
|
|
546
537
|
msgstr[1] ""
|
|
547
538
|
|
|
539
|
+
msgid "language"
|
|
540
|
+
msgstr ""
|
|
541
|
+
|
|
542
|
+
msgid "LANGUAGE"
|
|
543
|
+
msgstr ""
|
|
544
|
+
|
|
545
|
+
msgid "no data"
|
|
546
|
+
msgstr ""
|
|
547
|
+
|
|
548
548
|
msgid "こんにちは"
|
|
549
549
|
msgstr ""
|
|
550
550
|
|
data/po/bs/gettext.edit.po
CHANGED
|
@@ -386,71 +386,71 @@ msgstr[1] ""
|
|
|
386
386
|
msgid "hello, tk world"
|
|
387
387
|
msgstr ""
|
|
388
388
|
|
|
389
|
-
#: ../test/fixtures/
|
|
389
|
+
#: ../test/fixtures/_.rb:30 ../test/fixtures/lower_n_.rb:29 ../test/fixtures/upper_n_.rb:10 ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
390
390
|
msgid "aaa"
|
|
391
391
|
msgid_plural "aaa2"
|
|
392
392
|
msgstr[0] ""
|
|
393
393
|
msgstr[1] ""
|
|
394
394
|
|
|
395
|
-
#: ../test/fixtures/
|
|
395
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
396
396
|
msgid ""
|
|
397
397
|
"aaa\n"
|
|
398
398
|
msgstr ""
|
|
399
399
|
|
|
400
|
-
#: ../test/fixtures/
|
|
400
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
401
401
|
msgid ""
|
|
402
402
|
"bbb\n"
|
|
403
403
|
"ccc"
|
|
404
404
|
msgstr ""
|
|
405
405
|
|
|
406
|
-
#: ../test/fixtures/
|
|
406
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
407
407
|
msgid ""
|
|
408
408
|
"bbb\n"
|
|
409
409
|
"ccc\n"
|
|
410
410
|
"ddd\n"
|
|
411
411
|
msgstr ""
|
|
412
412
|
|
|
413
|
-
#: ../test/fixtures/
|
|
413
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
414
414
|
msgid "eee"
|
|
415
415
|
msgstr ""
|
|
416
416
|
|
|
417
|
-
#: ../test/fixtures/
|
|
417
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
418
418
|
msgid "fff"
|
|
419
419
|
msgid_plural "fff2"
|
|
420
420
|
msgstr[0] ""
|
|
421
421
|
msgstr[1] ""
|
|
422
422
|
|
|
423
|
-
#: ../test/fixtures/
|
|
423
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
424
424
|
msgid "ggghhhiii"
|
|
425
425
|
msgid_plural "jjjkkklll"
|
|
426
426
|
msgstr[0] ""
|
|
427
427
|
msgstr[1] ""
|
|
428
428
|
|
|
429
|
-
#: ../test/fixtures/
|
|
429
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
430
430
|
msgid "a\"b\"c\""
|
|
431
431
|
msgid_plural "a\"b\"c\"2"
|
|
432
432
|
msgstr[0] ""
|
|
433
433
|
msgstr[1] ""
|
|
434
434
|
|
|
435
|
-
#: ../test/fixtures/
|
|
435
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
436
436
|
msgid "d\"e\"f\""
|
|
437
437
|
msgid_plural "d\"e\"f\"2"
|
|
438
438
|
msgstr[0] ""
|
|
439
439
|
msgstr[1] ""
|
|
440
440
|
|
|
441
|
-
#: ../test/fixtures/
|
|
441
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
442
442
|
msgid "jjj"
|
|
443
443
|
msgstr ""
|
|
444
444
|
|
|
445
|
-
#: ../test/fixtures/
|
|
445
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
446
446
|
msgid "kkk"
|
|
447
447
|
msgstr ""
|
|
448
448
|
|
|
449
|
-
#: ../test/fixtures/
|
|
449
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
450
450
|
msgid "lllmmm"
|
|
451
451
|
msgstr ""
|
|
452
452
|
|
|
453
|
-
#: ../test/fixtures/
|
|
453
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
454
454
|
msgid ""
|
|
455
455
|
"nnn\n"
|
|
456
456
|
"ooo"
|
|
@@ -575,19 +575,7 @@ msgstr ""
|
|
|
575
575
|
msgid "Hello"
|
|
576
576
|
msgstr ""
|
|
577
577
|
|
|
578
|
-
#: ../test/fixtures/
|
|
579
|
-
msgid "language"
|
|
580
|
-
msgstr ""
|
|
581
|
-
|
|
582
|
-
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
583
|
-
msgid "LANGUAGE"
|
|
584
|
-
msgstr ""
|
|
585
|
-
|
|
586
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
587
|
-
msgid "no data"
|
|
588
|
-
msgstr ""
|
|
589
|
-
|
|
590
|
-
#: ../test/fixtures/n_.rb:33
|
|
578
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
591
579
|
msgid ""
|
|
592
580
|
"bbb\n"
|
|
593
581
|
msgid_plural ""
|
|
@@ -596,7 +584,7 @@ msgid_plural ""
|
|
|
596
584
|
msgstr[0] ""
|
|
597
585
|
msgstr[1] ""
|
|
598
586
|
|
|
599
|
-
#: ../test/fixtures/
|
|
587
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
600
588
|
msgid ""
|
|
601
589
|
"ddd\n"
|
|
602
590
|
"ddd"
|
|
@@ -606,7 +594,7 @@ msgid_plural ""
|
|
|
606
594
|
msgstr[0] ""
|
|
607
595
|
msgstr[1] ""
|
|
608
596
|
|
|
609
|
-
#: ../test/fixtures/
|
|
597
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
610
598
|
msgid ""
|
|
611
599
|
"eee\n"
|
|
612
600
|
"eee\n"
|
|
@@ -616,7 +604,7 @@ msgid_plural ""
|
|
|
616
604
|
msgstr[0] ""
|
|
617
605
|
msgstr[1] ""
|
|
618
606
|
|
|
619
|
-
#: ../test/fixtures/
|
|
607
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
620
608
|
msgid ""
|
|
621
609
|
"ddd\n"
|
|
622
610
|
"eee\n"
|
|
@@ -626,31 +614,31 @@ msgid_plural ""
|
|
|
626
614
|
msgstr[0] ""
|
|
627
615
|
msgstr[1] ""
|
|
628
616
|
|
|
629
|
-
#: ../test/fixtures/
|
|
617
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
630
618
|
msgid "ggg"
|
|
631
619
|
msgid_plural "ggg2"
|
|
632
620
|
msgstr[0] ""
|
|
633
621
|
msgstr[1] ""
|
|
634
622
|
|
|
635
|
-
#: ../test/fixtures/
|
|
623
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
636
624
|
msgid "mmmmmm"
|
|
637
625
|
msgid_plural "mmm2mmm2"
|
|
638
626
|
msgstr[0] ""
|
|
639
627
|
msgstr[1] ""
|
|
640
628
|
|
|
641
|
-
#: ../test/fixtures/
|
|
629
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
642
630
|
msgid "nnn"
|
|
643
631
|
msgid_plural "nnn2"
|
|
644
632
|
msgstr[0] ""
|
|
645
633
|
msgstr[1] ""
|
|
646
634
|
|
|
647
|
-
#: ../test/fixtures/
|
|
635
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
648
636
|
msgid "ooo"
|
|
649
637
|
msgid_plural "ppp"
|
|
650
638
|
msgstr[0] ""
|
|
651
639
|
msgstr[1] ""
|
|
652
640
|
|
|
653
|
-
#: ../test/fixtures/
|
|
641
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
654
642
|
msgid "qqq"
|
|
655
643
|
msgid_plural "rrr"
|
|
656
644
|
msgstr[0] ""
|
|
@@ -658,12 +646,24 @@ msgstr[1] ""
|
|
|
658
646
|
|
|
659
647
|
#. TRANSLATORS:please provide translations for all
|
|
660
648
|
#. the plural forms!
|
|
661
|
-
#: ../test/fixtures/
|
|
649
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
662
650
|
msgid "comment"
|
|
663
651
|
msgid_plural "comments"
|
|
664
652
|
msgstr[0] ""
|
|
665
653
|
msgstr[1] ""
|
|
666
654
|
|
|
655
|
+
#: ../test/fixtures/multi_text_domain.rb:11 ../test/fixtures/multi_text_domain.rb:24 ../test/fixtures/multi_text_domain.rb:43 ../test/fixtures/multi_text_domain.rb:50 ../test/fixtures/multi_text_domain.rb:62 ../test/fixtures/multi_text_domain.rb:75 ../test/fixtures/multi_text_domain.rb:91 ../test/fixtures/multi_text_domain.rb:104 ../test/fixtures/multi_text_domain.rb:108 ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10 ../test/test_gettext.rb:64 ../test/test_gettext.rb:297 ../test/test_gettext.rb:299 ../test/test_gettext.rb:302 ../test/test_gettext.rb:306 ../test/test_gettext.rb:309 ../test/test_gettext.rb:322 ../test/test_gettext.rb:325 ../test/test_gettext.rb:328 ../test/test_gettext.rb:336 ../test/test_gettext.rb:339 ../test/test_gettext.rb:351 ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9 ../test/test_text_domain_toplevel.rb:15 ../test/test_text_domain_toplevel.rb:18 ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
656
|
+
msgid "language"
|
|
657
|
+
msgstr ""
|
|
658
|
+
|
|
659
|
+
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
660
|
+
msgid "LANGUAGE"
|
|
661
|
+
msgstr ""
|
|
662
|
+
|
|
663
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
664
|
+
msgid "no data"
|
|
665
|
+
msgstr ""
|
|
666
|
+
|
|
667
667
|
#: ../test/fixtures/non_ascii.rb:10
|
|
668
668
|
msgid "こんにちは"
|
|
669
669
|
msgstr ""
|