Commit 45062fb
File tree
53 files changed
+85
-50
lines changedFilter options
- commands
- internal
- i18n
- locales
- cmd
- ast
- commands
- catalog
- transifex
- po
- data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+85
-50
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| ||
420 | 421 |
|
421 | 422 |
|
422 | 423 |
|
423 |
| - |
| 424 | + |
424 | 425 |
|
425 | 426 |
|
426 | 427 |
|
|
+19-22Lines changed: 19 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
39 | 36 |
|
40 | 37 |
|
41 | 38 |
|
42 | 39 |
|
43 | 40 |
|
44 |
| - |
| 41 | + |
45 | 42 |
|
+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
internal/i18n/README.md renamed to internal/locales/README.md
Copy file name to clipboardinternal/i18n/cmd/ast/parser.go renamed to internal/locales/cmd/ast/parser.go
Copy file name to clipboardExpand all lines: internal/locales/cmd/ast/parser.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
internal/i18n/cmd/commands/catalog/catalog.go renamed to internal/locales/cmd/commands/catalog/catalog.go
Copy file name to clipboardFile renamed without changes.
internal/i18n/cmd/commands/catalog/generate_catalog.go renamed to internal/locales/cmd/commands/catalog/generate_catalog.go
Copy file name to clipboardExpand all lines: internal/locales/cmd/commands/catalog/generate_catalog.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
internal/i18n/cmd/commands/root.go renamed to internal/locales/cmd/commands/root.go
Copy file name to clipboardExpand all lines: internal/locales/cmd/commands/root.go+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
| 19 | + |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
internal/i18n/cmd/main.go renamed to internal/locales/cmd/main.go
Copy file name to clipboardExpand all lines: internal/locales/cmd/main.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
internal/i18n/cmd/po/catalog.go renamed to internal/locales/cmd/po/catalog.go
Copy file name to clipboardFile renamed without changes.
internal/i18n/cmd/po/catalog_test.go renamed to internal/locales/cmd/po/catalog_test.go
Copy file name to clipboardFile renamed without changes.
internal/i18n/cmd/po/merge.go renamed to internal/locales/cmd/po/merge.go
Copy file name to clipboardFile renamed without changes.
internal/i18n/cmd/po/merge_test.go renamed to internal/locales/cmd/po/merge_test.go
Copy file name to clipboardFile renamed without changes.
internal/i18n/cmd/po/parser.go renamed to internal/locales/cmd/po/parser.go
Copy file name to clipboardFile renamed without changes.
internal/i18n/cmd/po/parser_test.go renamed to internal/locales/cmd/po/parser_test.go
Copy file name to clipboardFile renamed without changes.
internal/i18n/convert.go renamed to internal/locales/convert.go
Copy file name to clipboardExpand all lines: internal/locales/convert.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
internal/i18n/convert_test.go renamed to internal/locales/convert_test.go
Copy file name to clipboardExpand all lines: internal/locales/convert_test.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
internal/i18n/data/.gitkeep renamed to internal/locales/data/.gitkeep
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/README.md renamed to internal/locales/data/README.md
Copy file name to clipboardinternal/i18n/data/ar.po renamed to internal/locales/data/ar.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/be.po renamed to internal/locales/data/be.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/de.po renamed to internal/locales/data/de.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/en.po renamed to internal/locales/data/en.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/es.po renamed to internal/locales/data/es.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/fr.po renamed to internal/locales/data/fr.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/he.po renamed to internal/locales/data/he.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/it_IT.po renamed to internal/locales/data/it_IT.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/ja.po renamed to internal/locales/data/ja.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/kk.po renamed to internal/locales/data/kk.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/ko.po renamed to internal/locales/data/ko.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/lb.po renamed to internal/locales/data/lb.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/mn.po renamed to internal/locales/data/mn.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/my_MM.po renamed to internal/locales/data/my_MM.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/ne.po renamed to internal/locales/data/ne.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/pl.po renamed to internal/locales/data/pl.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/pt.po renamed to internal/locales/data/pt.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/pt_BR.po renamed to internal/locales/data/pt_BR.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/ru.po renamed to internal/locales/data/ru.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/zh.po renamed to internal/locales/data/zh.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/data/zh_TW.po renamed to internal/locales/data/zh_TW.po
Copy file name to clipboardFile renamed without changes.
internal/i18n/detect.go renamed to internal/locales/detect.go
Copy file name to clipboardExpand all lines: internal/locales/detect.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
internal/i18n/detect_cgo_darwin.go renamed to internal/locales/detect_cgo_darwin.go
Copy file name to clipboardExpand all lines: internal/locales/detect_cgo_darwin.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
internal/i18n/detect_freebsd.go renamed to internal/locales/detect_freebsd.go
Copy file name to clipboardExpand all lines: internal/locales/detect_freebsd.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
internal/i18n/detect_linux.go renamed to internal/locales/detect_linux.go
Copy file name to clipboardExpand all lines: internal/locales/detect_linux.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
internal/i18n/detect_nocgo_darwin.go renamed to internal/locales/detect_nocgo_darwin.go
Copy file name to clipboardExpand all lines: internal/locales/detect_nocgo_darwin.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
internal/i18n/detect_windows.go renamed to internal/locales/detect_windows.go
Copy file name to clipboardExpand all lines: internal/locales/detect_windows.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
internal/locales/i18n.go
Copy file name to clipboard+39Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
internal/i18n/locale.go renamed to internal/locales/locale.go
Copy file name to clipboardExpand all lines: internal/locales/locale.go+5-9Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 |
| - |
26 |
| - |
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 | 29 |
|
35 | 30 |
|
36 | 31 |
|
| ||
75 | 70 |
|
76 | 71 |
|
77 | 72 |
|
78 |
| - |
79 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
80 | 76 |
|
internal/i18n/locale_test.go renamed to internal/locales/locale_test.go
Copy file name to clipboardExpand all lines: internal/locales/locale_test.go+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 |
| - |
| 71 | + |
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
|
0 commit comments