- Notifications
You must be signed in to change notification settings - Fork25
PrismLibrary/prismlibrary.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The website for Prism Library project was written in HTML with a javascript translator script (english/japanese/russian).
The website is available in English, Japanese and Russian.
To translate sentences, edit the following file:
/lang/languages.jsonEvery new word or setence added to the HTML page has to be also added tolanguages.json file. For example, if you add the word "Home", it should be translated to all languages:
"en": {..."l_home": "Home",...},"jp": {..."l_home": "ホーム",...}"ru": {..."l_home": "Главная",...}Note: to maintain a pattern, the reference code has to begin with "l_". If the reference code has more than 2 word, if should be limited to 3 word. For example, for the sentence "It is a great clean website" should bel_it_is_a. If there is already the same code, use the next words (eg:l_great_clean_website)
The website was originally design byRian Dutra.
About
The website for the Prism Library project
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.