Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doomsower/timezone-translations
https://github.com/doomsower/timezone-translations
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doomsower/timezone-translations
- Owner: doomsower
- License: mit
- Created: 2021-02-13T08:01:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T08:08:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T23:53:49.541Z (about 2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I could not find decent translations of IANA timezone names, so I had to glue two projects together:
- [TimeZoneNames](https://github.com/mj1856/TimeZoneNames) contains localized display names from Windows language packs.
- [windows-iana](https://github.com/rubenillodo/windows-iana) provides Windows <-> IANA mappings# Usage
Import JSON files from from `data` dir:
```js
import en_US from 'timezone-translations/data/en_US.json`
```# License
MIT