Add i18n system

This commit is contained in:
Janet Blackquill 2022-10-19 22:18:40 -04:00
parent d5f46925a3
commit 77be338e46
11 changed files with 340 additions and 17 deletions

View file

@ -33,6 +33,9 @@ jobs:
with:
dotnet-version: '6.0.100'
- name: Install msgfmt
run: sudo apt-get install -y gettext
- name: Produce build
run: |
cd TShockLauncher