diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-06-06 12:08:35 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-06-06 12:09:18 +0200 |
| commit | ef85a613777c7f25acdc4687157b9ad4d84cb1a1 (patch) | |
| tree | 9bd30a96123e880073381b1765087ad6c236ea81 /client/zgotext.go | |
| parent | 5aefaa1a88a0afdda6a8103587a1761e14b72aff (diff) | |
Client: Add portugese translation
Diffstat (limited to 'client/zgotext.go')
| -rw-r--r-- | client/zgotext.go | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/client/zgotext.go b/client/zgotext.go index 85bd0d8..81900ee 100644 --- a/client/zgotext.go +++ b/client/zgotext.go @@ -34,6 +34,7 @@ func init() { "fr": &dictionary{index: frIndex, data: frData}, "it": &dictionary{index: itIndex, data: itData}, "nl": &dictionary{index: nlIndex, data: nlData}, + "pt": &dictionary{index: ptIndex, data: ptData}, "sl": &dictionary{index: slIndex, data: slData}, "uk": &dictionary{index: ukIndex, data: ukData}, } @@ -178,6 +179,15 @@ const nlData string = "" + // Size: 847 bytes "\x02Er is een time-out opgetreden voor URL: '%[1]s'\x02%[1]s. The oorzaa" + "k van de error is: %[2]s." +var ptIndex = []uint32{ // 14 elements + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, +} // Size: 80 bytes + +const ptData string = "" + var slIndex = []uint32{ // 14 elements 0x00000000, 0x0000008b, 0x000000e6, 0x00000104, 0x00000154, 0x0000019d, 0x000001d0, 0x000001ed, @@ -208,4 +218,4 @@ var ukIndex = []uint32{ // 14 elements const ukData string = "" -// Total table size 5022 bytes (4KiB); checksum: 307B5736 +// Total table size 5102 bytes (4KiB); checksum: 4128D89D |
