core/homeassistant/util
Adam Mills b434ffba2d Support serving of backend translations (#12453)
* Add view to support backend translation fetching

* Load backend translations from component json

* Translations for season sensor

* Scripts to merge and unpack Lokalise translations

* Fix copy paste error

* Serve post-lokalise translations to frontend

* Linting

* Auto-deploy translations with Travis

* Commit post-lokalise translation files

* Split logic into more helper functions

* Fall back to English for missing keys

* Move local translation copies to `.translations`

* Linting

* Initial tests

* Remove unnecessary file check

* Convert translation helper to async/await

* Convert translation helper tests to async/await

* Use set subtraction to find missing_components

* load_translation_files use component->file mapping

* Remove duplicated resources fetching

Get to take advantage of the slick Python 3.5 dict merging here.

* Switch to live project ID
2018-02-28 19:31:38 -08:00
..
__init__.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
async.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
color.py Intent: Set light color (#12633) 2018-02-27 18:02:21 -08:00
decorator.py Clean up OwnTracks (#9569) 2017-09-25 09:05:09 -07:00
distance.py Add unit system support 2016-08-04 22:02:19 -07:00
dt.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
json.py Support serving of backend translations (#12453) 2018-02-28 19:31:38 -08:00
location.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
logging.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
package.py Removing asyncio.coroutine syntax from HASS core (#12509) 2018-02-25 03:38:46 -08:00
temperature.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
unit_system.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
yaml.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00