trmnl-i18n 0.1.0 → 0.2.0

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.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/README.adoc +5 -7
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
  16. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
  17. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
  18. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
  19. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
  20. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
  21. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
  22. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
  23. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
  24. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
  25. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
  26. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
  27. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
  28. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
  29. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
  30. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
  31. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
  32. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
  33. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
  34. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
  35. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
  36. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
  37. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
  38. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
  39. data/lib/trmnl/i18n/locales/web_ui/da.yml +24 -26
  40. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +40 -43
  41. data/lib/trmnl/i18n/locales/web_ui/de.yml +41 -44
  42. data/lib/trmnl/i18n/locales/web_ui/en.yml +41 -44
  43. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +41 -44
  44. data/lib/trmnl/i18n/locales/web_ui/fr.yml +37 -40
  45. data/lib/trmnl/i18n/locales/web_ui/he.yml +40 -43
  46. data/lib/trmnl/i18n/locales/web_ui/id.yml +38 -41
  47. data/lib/trmnl/i18n/locales/web_ui/it.yml +40 -43
  48. data/lib/trmnl/i18n/locales/web_ui/ja.yml +42 -45
  49. data/lib/trmnl/i18n/locales/web_ui/ko.yml +39 -42
  50. data/lib/trmnl/i18n/locales/web_ui/nl.yml +38 -41
  51. data/lib/trmnl/i18n/locales/web_ui/no.yml +21 -27
  52. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +41 -44
  53. data/lib/trmnl/i18n/locales/web_ui/raw.yml +21 -24
  54. data/lib/trmnl/i18n/locales/web_ui/uk.yml +44 -47
  55. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +39 -42
  56. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +62 -65
  57. data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
  58. data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
  59. data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
  60. data/trmnl-i18n.gemspec +3 -3
  61. data.tar.gz.sig +0 -0
  62. metadata +21 -19
  63. metadata.gz.sig +0 -0
@@ -1,12 +1,8 @@
1
+ ---
1
2
  he:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: היום
7
5
  tomorrow: מחר
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
10
6
  simple_calendar:
11
7
  title: לוח שנה
12
8
  ym_format: "%B %Y"
@@ -30,36 +26,36 @@ he:
30
26
  - M12
31
27
  date_labels:
32
28
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
29
+ - '1'
30
+ - '2'
31
+ - '3'
32
+ - '4'
33
+ - '5'
34
+ - '6'
35
+ - '7'
36
+ - '8'
37
+ - '9'
38
+ - '10'
39
+ - '11'
40
+ - '12'
41
+ - '13'
42
+ - '14'
43
+ - '15'
44
+ - '16'
45
+ - '17'
46
+ - '18'
47
+ - '19'
48
+ - '20'
49
+ - '21'
50
+ - '22'
51
+ - '23'
52
+ - '24'
53
+ - '25'
54
+ - '26'
55
+ - '27'
56
+ - '28'
57
+ - '29'
58
+ - '30'
63
59
  heavenly_stems:
64
60
  - Wood
65
61
  - Wood
@@ -95,7 +91,7 @@ he:
95
91
  nengo:
96
92
  reiwa: Reiwa
97
93
  ym_format: "%B %Y (%{nengo} %{alt_year})"
98
- year_1: "1"
94
+ year_1: '1'
99
95
  hebrew:
100
96
  ym_format: ", %{month_label} %{alt_year}"
101
97
  month_labels:
@@ -1,12 +1,8 @@
1
+ ---
1
2
  id:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: today
7
5
  tomorrow: tomorrow
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
10
6
  simple_calendar:
11
7
  title: Kalender
12
8
  ym_format: "%B %Y"
@@ -30,36 +26,36 @@ id:
30
26
  - M12
31
27
  date_labels:
32
28
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
29
+ - '1'
30
+ - '2'
31
+ - '3'
32
+ - '4'
33
+ - '5'
34
+ - '6'
35
+ - '7'
36
+ - '8'
37
+ - '9'
38
+ - '10'
39
+ - '11'
40
+ - '12'
41
+ - '13'
42
+ - '14'
43
+ - '15'
44
+ - '16'
45
+ - '17'
46
+ - '18'
47
+ - '19'
48
+ - '20'
49
+ - '21'
50
+ - '22'
51
+ - '23'
52
+ - '24'
53
+ - '25'
54
+ - '26'
55
+ - '27'
56
+ - '28'
57
+ - '29'
58
+ - '30'
63
59
  heavenly_stems:
64
60
  - Wood
65
61
  - Wood
@@ -95,7 +91,7 @@ id:
95
91
  nengo:
96
92
  reiwa: Reiwa
97
93
  ym_format: "%B %Y (%{nengo} %{alt_year})"
98
- year_1: "1"
94
+ year_1: '1'
99
95
  hebrew:
100
96
  ym_format: ", %{month_label} %{alt_year}"
101
97
  month_labels:
@@ -1,12 +1,8 @@
1
+ ---
1
2
  it:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: today
7
5
  tomorrow: tomorrow
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
10
6
  simple_calendar:
11
7
  title: Calendario
12
8
  ym_format: "%B %Y"
@@ -30,36 +26,36 @@ it:
30
26
  - M12
31
27
  date_labels:
32
28
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
29
+ - '1'
30
+ - '2'
31
+ - '3'
32
+ - '4'
33
+ - '5'
34
+ - '6'
35
+ - '7'
36
+ - '8'
37
+ - '9'
38
+ - '10'
39
+ - '11'
40
+ - '12'
41
+ - '13'
42
+ - '14'
43
+ - '15'
44
+ - '16'
45
+ - '17'
46
+ - '18'
47
+ - '19'
48
+ - '20'
49
+ - '21'
50
+ - '22'
51
+ - '23'
52
+ - '24'
53
+ - '25'
54
+ - '26'
55
+ - '27'
56
+ - '28'
57
+ - '29'
58
+ - '30'
63
59
  heavenly_stems:
64
60
  - Wood
65
61
  - Wood
@@ -95,7 +91,7 @@ it:
95
91
  nengo:
96
92
  reiwa: Reiwa
97
93
  ym_format: "%B %Y (%{nengo} %{alt_year})"
98
- year_1: "1"
94
+ year_1: '1'
99
95
  hebrew:
100
96
  ym_format: ", %{month_label} %{alt_year}"
101
97
  month_labels:
@@ -1,12 +1,8 @@
1
+ ---
1
2
  ja:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: 今日
7
5
  tomorrow: 明日
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
10
6
  simple_calendar:
11
7
  title: カレンダー
12
8
  ym_format: "%Y年%-m月"
@@ -30,36 +26,36 @@ ja:
30
26
  - 十二月
31
27
  date_labels:
32
28
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
29
+ - '1'
30
+ - '2'
31
+ - '3'
32
+ - '4'
33
+ - '5'
34
+ - '6'
35
+ - '7'
36
+ - '8'
37
+ - '9'
38
+ - '10'
39
+ - '11'
40
+ - '12'
41
+ - '13'
42
+ - '14'
43
+ - '15'
44
+ - '16'
45
+ - '17'
46
+ - '18'
47
+ - '19'
48
+ - '20'
49
+ - '21'
50
+ - '22'
51
+ - '23'
52
+ - '24'
53
+ - '25'
54
+ - '26'
55
+ - '27'
56
+ - '28'
57
+ - '29'
58
+ - '30'
63
59
  heavenly_stems:
64
60
  - 甲
65
61
  - 乙
@@ -1,12 +1,8 @@
1
+ ---
1
2
  ko:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: 오늘
7
5
  tomorrow: 내일
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
10
6
  simple_calendar:
11
7
  title: 캘린더
12
8
  ym_format: "%Y년 %-m월"
@@ -30,36 +26,36 @@ ko:
30
26
  - 12월
31
27
  date_labels:
32
28
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
29
+ - '1'
30
+ - '2'
31
+ - '3'
32
+ - '4'
33
+ - '5'
34
+ - '6'
35
+ - '7'
36
+ - '8'
37
+ - '9'
38
+ - '10'
39
+ - '11'
40
+ - '12'
41
+ - '13'
42
+ - '14'
43
+ - '15'
44
+ - '16'
45
+ - '17'
46
+ - '18'
47
+ - '19'
48
+ - '20'
49
+ - '21'
50
+ - '22'
51
+ - '23'
52
+ - '24'
53
+ - '25'
54
+ - '26'
55
+ - '27'
56
+ - '28'
57
+ - '29'
58
+ - '30'
63
59
  heavenly_stems:
64
60
  - 갑
65
61
  - 을
@@ -94,7 +90,7 @@ ko:
94
90
  - 赤口
95
91
  nengo:
96
92
  reiwa: 레이와
97
- ym_format: "%Y년 (%{nengo}% {alt_year}년) %-m월"
93
+ ym_format: "%Y년 (%{nengo} %{alt_year}년) %-m월"
98
94
  year_1: 원
99
95
  hebrew:
100
96
  ym_format: ", %{month_label} %{alt_year}"
@@ -1,12 +1,8 @@
1
+ ---
1
2
  nl:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: vandaag
7
5
  tomorrow: morgen
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
10
6
  simple_calendar:
11
7
  title: Kalender
12
8
  ym_format: "%B %Y"
@@ -30,36 +26,36 @@ nl:
30
26
  - M12
31
27
  date_labels:
32
28
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
29
+ - '1'
30
+ - '2'
31
+ - '3'
32
+ - '4'
33
+ - '5'
34
+ - '6'
35
+ - '7'
36
+ - '8'
37
+ - '9'
38
+ - '10'
39
+ - '11'
40
+ - '12'
41
+ - '13'
42
+ - '14'
43
+ - '15'
44
+ - '16'
45
+ - '17'
46
+ - '18'
47
+ - '19'
48
+ - '20'
49
+ - '21'
50
+ - '22'
51
+ - '23'
52
+ - '24'
53
+ - '25'
54
+ - '26'
55
+ - '27'
56
+ - '28'
57
+ - '29'
58
+ - '30'
63
59
  heavenly_stems:
64
60
  - Wood
65
61
  - Wood
@@ -95,7 +91,7 @@ nl:
95
91
  nengo:
96
92
  reiwa: Reiwa
97
93
  ym_format: "%B %Y (%{nengo} %{alt_year})"
98
- year_1: "1"
94
+ year_1: '1'
99
95
  hebrew:
100
96
  ym_format: ", %{month_label} %{alt_year}"
101
97
  month_labels:
@@ -1,12 +1,8 @@
1
+ ---
1
2
  pt-BR:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: hoje
7
5
  tomorrow: amanhã
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
10
6
  simple_calendar:
11
7
  title: Calendário
12
8
  ym_format: "%B de %Y"
@@ -30,36 +26,36 @@ pt-BR:
30
26
  - M12
31
27
  date_labels:
32
28
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
29
+ - '1'
30
+ - '2'
31
+ - '3'
32
+ - '4'
33
+ - '5'
34
+ - '6'
35
+ - '7'
36
+ - '8'
37
+ - '9'
38
+ - '10'
39
+ - '11'
40
+ - '12'
41
+ - '13'
42
+ - '14'
43
+ - '15'
44
+ - '16'
45
+ - '17'
46
+ - '18'
47
+ - '19'
48
+ - '20'
49
+ - '21'
50
+ - '22'
51
+ - '23'
52
+ - '24'
53
+ - '25'
54
+ - '26'
55
+ - '27'
56
+ - '28'
57
+ - '29'
58
+ - '30'
63
59
  heavenly_stems:
64
60
  - Wood
65
61
  - Wood
@@ -95,7 +91,7 @@ pt-BR:
95
91
  nengo:
96
92
  reiwa: Reiwa
97
93
  ym_format: "%B %Y (%{nengo} %{alt_year})"
98
- year_1: "1"
94
+ year_1: '1'
99
95
  hebrew:
100
96
  ym_format: ", %{month_label} %{alt_year}"
101
97
  month_labels: