A tool to convert CASIO Prizm g3l language files to and from JSON for editing.
- Download the tool from the releases section and open a terminal (command prompt) in the folder where you downloaded it
- Download an existing language file from CASIO's website or Cemetech
- Decode the language file:
prizmlang decode English.g3l edit.json
(replace English.g3l with the file you downloaded) - Edit the created "edit.json" file with your translations
- Ensure the FileName in edit.json is the name you want for the file
- Re-encode the language file:
prizmlang encode edit.json NewLang.g3l
(replace NewLang.g3l with the name you want) - Copy the language file onto your calculator
Once you have copied it, it should be accessible in the language selection menu.
If you are paranoid, you can compile it yourself.
git clone https://github.com/comp500/prizmlang.git
go build