mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix for Lokalise backend misinterpretation of keys (#1107)
The Lokalise server has a bug that the internal portion of key references was misinterpreted as a symfony key, and was getting auto converted by the convert placeholders feature. Since we don't use this we're turning it off to work around the bug.
This commit is contained in:
parent
2aa02ff561
commit
e719f113d9
@ -22,7 +22,7 @@ script:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- docker pull lokalise/lokalise-cli@sha256:79b3108211ed1fcc9f7b09a011bfc53c240fc2f3b7fa7f0c8390f593271b4cd7
|
- docker pull lokalise/lokalise-cli@sha256:2198814ebddfda56ee041a4b427521757dd57f75415ea9693696a64c550cef21
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: script/travis_deploy
|
script: script/travis_deploy
|
||||||
|
@ -33,9 +33,10 @@ fi
|
|||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
-v ${LOCAL_FILE}:/opt/src/${LOCAL_FILE} \
|
-v ${LOCAL_FILE}:/opt/src/${LOCAL_FILE} \
|
||||||
lokalise/lokalise-cli@sha256:79b3108211ed1fcc9f7b09a011bfc53c240fc2f3b7fa7f0c8390f593271b4cd7 lokalise \
|
lokalise/lokalise-cli@sha256:2198814ebddfda56ee041a4b427521757dd57f75415ea9693696a64c550cef21 lokalise \
|
||||||
--token ${LOKALISE_TOKEN} \
|
--token ${LOKALISE_TOKEN} \
|
||||||
import ${PROJECT_ID} \
|
import ${PROJECT_ID} \
|
||||||
--file /opt/src/${LOCAL_FILE} \
|
--file /opt/src/${LOCAL_FILE} \
|
||||||
--lang_iso ${LANG_ISO} \
|
--lang_iso ${LANG_ISO} \
|
||||||
|
--convert_placeholders 0 \
|
||||||
--replace 1
|
--replace 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user