We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5728d17 commit 7b08f95Copy full SHA for 7b08f95
1 file changed
README.md
@@ -126,7 +126,7 @@ xcs strings
126
# goodMorning:
127
# en: "Good morning."
128
# ja: "おはようございます。"
129
-# ... etc.
+# ...
130
131
# List strings filtered by key
132
xcs strings --key good*
@@ -143,15 +143,15 @@ xcs strings --languages en
143
# en: "Goodbye, World."
144
145
146
147
148
# List strings with custom format
149
xcs strings --format "[{{language}}] {{key}} => {{text}}"
150
# [en] helloWorld => "Hello, World."
151
# [ja] helloWorld => "こんにちは、世界。"
152
# [en] goodbyeWorld => "Goodbye, World."
153
# [ja] goodbyeWorld => "さようなら、世界。"
154
155
```
156
157
**Export strings to _xcstrings_ or traditional _strings_ files:**
0 commit comments