Solve common issues and problems with Gleef CLI
node --version
npm install -g @gleef/cli
gl_
followed by alphanumeric charactersnslookup api.gleef.eu
*.gleef.eu
gleef translate
shows no changes despite having new keys.
Solutions:
gleef pull
claims to update files but no changes appear locally.
Solutions:
.gleef/lock.json
gleef translate
againgleef translate
{"key": "value",}
→ {"key": "value"}
"He said "hello""
→ "He said \"hello\""
{"a": "b" "c": "d"}
→ {"a": "b", "c": "d"}
<string name="key">value
→ <string name="key">value</string>
&
→ &
, <
→ <
, >
→ >
<?xml version="1.0" encoding="UTF-8"?>
key: value with: colon
→ key: "value with: colon"
-
spacinggleef translate
takes very long to complete.
Solutions: