Commit Graph

36 Commits

Author SHA1 Message Date
0958972953 1.21.8 data
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Go / Test (1.22) (push) Has been cancelled
Go / Test (^1.22) (push) Has been cancelled
2025-08-22 06:17:33 +08:00
f67c9e3052 Updated 1.21.6 2025-06-16 12:46:46 +08:00
9e64fe59a1 go fmt 2024-06-16 16:37:56 +08:00
62c9d72851 update lang 2024-06-15 00:17:19 +08:00
479eddc639 1.20.4 update 2024-04-27 17:15:20 +08:00
13a97a6fec upgrade data/lang to 1.20.2 2023-11-17 00:26:55 +08:00
519f9182b0 update data/lang 2023-08-19 04:56:02 +08:00
2c3bab9a98 revert language changes 2023-06-25 22:30:20 +08:00
abdc3ba80c Update blocks items and entities to 1.19.4 2023-06-25 22:30:20 +08:00
3cf4049f2d Update langs to 1.19.4 2023-04-05 01:39:28 +08:00
4dfee51bfc Update data to 1.19.4 2023-04-05 01:19:49 +08:00
b1cab7ed29 update data/lang 2022-12-08 15:57:18 +08:00
57a2e7e768 update 1.19.2 for data/lang/en_us 2022-12-02 16:17:26 +08:00
fad92fe364 format repo with "gofumpt" tool 2022-11-26 20:37:57 +08:00
4fa99fe118 update 1.19.2 lang 2022-11-23 01:28:02 +08:00
eecfa6d8a8 update data/langs/en-us 2022-06-23 13:09:32 +08:00
44703ce940 Merge #206 2022-06-14 13:15:57 +08:00
c891efac94 Update packetid, lang, blocks 2022-06-08 15:07:42 +08:00
43ae82a858 update data/lang 2021-12-01 09:19:42 +08:00
782f70ba21 Convert to templates
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-08-06 14:05:10 -05:00
3c21a11d12 Add generate tags and fix block gen
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-08-06 10:05:48 -05:00
7923ad0c2a Start gen refactor
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-08-05 20:15:52 -05:00
8b9f583192 Update lang
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-08-01 13:33:52 -05:00
3d0cfa2bf9 go fmt 2021-06-10 00:16:02 +08:00
12128dddfe Re-generate languages for 1.17 2021-06-09 00:14:00 -06:00
704efd9282 Do not depend on chat package from en_us.go
Language generator should either compare PkgName with "en-us" or Name
with "en_us". I chose "Name" here.
2021-06-09 00:13:58 -06:00
220857ab76 Update language downloader URL to v1.17 2021-06-09 00:13:58 -06:00
b4fc573118 Update data/lang 2021-02-18 20:14:10 +08:00
624fc138ba Fix the circle import 2021-02-18 16:57:11 +08:00
0e959dfbc0 go generate ./... && go fmt ./... 2021-01-09 13:25:51 +08:00
ebf1d5c2c2 Update languages file. Add two function to chat packet: Append and TranslateMsg 2020-04-12 14:58:44 +08:00
55c7e2163b update language data, blocks and items 2019-12-14 22:19:23 +08:00
0efefc0f94 update language data, blocks and items 2019-12-14 22:00:42 +08:00
739a89468b update language data 2019-12-14 21:20:46 +08:00
72ba5b7345 yes, all the languages 2019-08-06 17:46:02 +08:00
ced82a1cab Now we could use package chat to translate in many language.
But you must call chat.SetLanguage now.
(or just import _ "github.com/Tnze/go-mc/data/lang/en-us"
2019-08-06 14:51:48 +08:00