forked from CyberOS/website-wip
760 B
760 B
CyberOS Website 
Currently a work-in-progress. You can help by submitting a pull request!
Developing:
To preview the website, run:
yarn
yarn start
Translating:
Note: We uses ISO 639-3 codes
- to
i18n.ts
insrc/components
, add your language alphabetically in the form of:
'en-US': {
translation: en,
},
- import the translation file at the top of
i18n.ts
: (don't forget to sort them alphabetically!)
import en from './translations/en-US.json'
-
copy a fully translated language file (
en-US.json
will work best) to<your-language-code>.json
insrc/components/translations/
-
Start translating!