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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T08:08:31.000Z (over 5 years ago)
- Last Synced: 2025-12-26T15:11:21.508Z (6 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- 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