https://github.com/gridaco/g11n
🏳️🌈 G11n - A Visual translation platform for Apps, Webs and Games.
https://github.com/gridaco/g11n
Last synced: 12 months ago
JSON representation
🏳️🌈 G11n - A Visual translation platform for Apps, Webs and Games.
- Host: GitHub
- URL: https://github.com/gridaco/g11n
- Owner: gridaco
- License: mit
- Created: 2020-11-18T03:33:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T13:16:51.000Z (over 3 years ago)
- Last Synced: 2025-06-19T11:32:46.578Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.41 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README

# G11n (Under development)
G11n, i18n, l10n support for Grida's internal system and as supporting other products of their own on Grida ecosystem
## Running on your localhost
```
git clone https://github.com/gridaco/g11n
cd g11n # or cd G11n
yarn
yarn editor
# visit test scene. -> http://localhost:3306/globalization/scenes/Yi5VNbb24sTMLHdgCBUVc
```
## Games Globalization with Unity
- Demo : visit https://globalization-editor-mz.bridged.xyz/globalization/demo/games for demos or http://localhost:3306/globalization/demo/games on local.
- Unity G11n SDK - [directory](./sdks/unity)
## Installation
```
yarn add @grida.co/g11n
```
## Project
**Main**
- [g11n](./g11n) (npm) - g11n core package
- [editor](./editor) ([web](https://globalization-editor-mz.bridged.xyz/)) - g11n editor
- [homepage](./homepage) ([web](https://globalization-homepage-mz.bridged.xyz/)) - g11n homepage
- [packages](./packages) - general shared packages
- [services](./services) - backend
**Sub modules**
- [gridaco/figma-view](https://github.com/gridaco/figma-view) - for rendering preview of translated designs in realtime
- [gridaco/code](https://github.com/gridaco/code) - for converting raw design files to executable code, using figma-view
**UI**
- [reflect-ui/editor-ui](https://github.com/reflect-ui/editor-ui) - A UI Library for editor apps used by Grida platform
## Integrations
**G11n for storybook**
- g11n as storybook addon for previewing localized texts / assets on components.
## Resources
- The design file can be found [here (figma)](https://www.figma.com/file/U30hcjkp49sopE3bS1WuG6/g11n?node-id=0%3A1&t=uikVe7Y1Bvs3EpqS-1).
## References
- [towardsdatascience.com/translate-with-gpt-3](https://towardsdatascience.com/translate-with-gpt-3-9903c4a6f385)
- [translate i18n json file](https://translate.i18next.com/)