https://github.com/akx/css-i18n
Mappings of CSS properties, keywords and colors to various languages! It's silly!
https://github.com/akx/css-i18n
css i18n silly
Last synced: about 1 month ago
JSON representation
Mappings of CSS properties, keywords and colors to various languages! It's silly!
- Host: GitHub
- URL: https://github.com/akx/css-i18n
- Owner: akx
- License: mit
- Created: 2018-05-29T13:54:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T13:54:38.000Z (about 8 years ago)
- Last Synced: 2025-02-10T18:13:04.450Z (over 1 year ago)
- Topics: css, i18n, silly
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
css-i18n
========
Mappings of CSS properties, keywords and colors to various languages!
It's silly!
Adding a new language
---------------------
* Copy `data/base.json` to `data/XX.json`, where XX should preferably be
an [IETF language tag][ietf], but because this is silly,
I won't mind `pirate.json` or `fi-turku.json`, for instance.
* Translate the things!
* Make a pull request!
Updating base data
------------------
The base data is from [mdn/data](https://github.com/mdn/data).
Use `make` (or `node scripts/generate-base.js`) to generate new base data.
TODO: Updating translations when the base data is updated.
Acknowledgements
----------------
* `data/sv.json` has been seeded from @johnie's repos ([j1], [j2]),
licensed under the MIT license. Tack!
[j1]: https://github.com/johnie/swedish-css-properties
[j2]: https://github.com/johnie/swedish-css-values
[ietf]: https://en.wikipedia.org/wiki/IETF_language_tag