Skip to content

A tool to convert CASIO Prizm g3l language files to and from JSON for editing.

License

Notifications You must be signed in to change notification settings

comp500/prizmlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prizmlang

Go Report Card Build Status

A tool to convert CASIO Prizm g3l language files to and from JSON for editing.

Usage

  1. Download the tool from the releases section and open a terminal (command prompt) in the folder where you downloaded it
  2. Download an existing language file from CASIO's website or Cemetech
  3. Decode the language file: prizmlang decode English.g3l edit.json (replace English.g3l with the file you downloaded)
  4. Edit the created "edit.json" file with your translations
  5. Ensure the FileName in edit.json is the name you want for the file
  6. Re-encode the language file: prizmlang encode edit.json NewLang.g3l (replace NewLang.g3l with the name you want)
  7. Copy the language file onto your calculator

Once you have copied it, it should be accessible in the language selection menu.

Compile

If you are paranoid, you can compile it yourself.

  1. git clone https://github.com/comp500/prizmlang.git
  2. go build

About

A tool to convert CASIO Prizm g3l language files to and from JSON for editing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages