Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comp500/prizmlang
A tool to convert CASIO Prizm g3l language files to and from JSON for editing.
https://github.com/comp500/prizmlang
casio-prizm go prizm
Last synced: 5 days ago
JSON representation
A tool to convert CASIO Prizm g3l language files to and from JSON for editing.
- Host: GitHub
- URL: https://github.com/comp500/prizmlang
- Owner: comp500
- License: mit
- Created: 2018-09-15T12:21:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T00:07:54.000Z (over 6 years ago)
- Last Synced: 2023-04-05T13:51:11.805Z (almost 2 years ago)
- Topics: casio-prizm, go, prizm
- Language: Go
- Homepage: https://www.cemetech.net/forum/viewtopic.php?p=273162
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prizmlang
[![Go Report Card](https://goreportcard.com/badge/github.com/comp500/prizmlang)](https://goreportcard.com/report/github.com/comp500/prizmlang) [![Build Status](https://travis-ci.org/comp500/prizmlang.svg?branch=master)](https://travis-ci.org/comp500/prizmlang)A tool to convert CASIO Prizm g3l language files to and from JSON for editing.
## Usage
1. Download the tool from [the releases section](https://github.com/comp500/prizmlang/releases) and open a terminal (command prompt) in the folder where you downloaded it
1. Download an existing language file from CASIO's website or [Cemetech](https://www.cemetech.net/programs/index.php?mode=file&id=1434)
1. Decode the language file: `prizmlang decode English.g3l edit.json` (replace English.g3l with the file you downloaded)
1. Edit the created "edit.json" file with your translations
1. Ensure the FileName in edit.json is the name you want for the file
1. Re-encode the language file: `prizmlang encode edit.json NewLang.g3l` (replace NewLang.g3l with the name you want)
1. Copy the language file onto your calculatorOnce 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`
1. `go build`