Skip to content

Commit 7b08f95

Browse files
authored
nit
1 parent 5728d17 commit 7b08f95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ xcs strings
126126
# goodMorning:
127127
# en: "Good morning."
128128
# ja: "おはようございます。"
129-
# ... etc.
129+
# ...
130130
131131
# List strings filtered by key
132132
xcs strings --key good*
@@ -143,15 +143,15 @@ xcs strings --languages en
143143
# en: "Goodbye, World."
144144
# goodMorning:
145145
# en: "Good morning."
146-
# ... etc.
146+
# ...
147147
148148
# List strings with custom format
149149
xcs strings --format "[{{language}}] {{key}} => {{text}}"
150150
# [en] helloWorld => "Hello, World."
151151
# [ja] helloWorld => "こんにちは、世界。"
152152
# [en] goodbyeWorld => "Goodbye, World."
153153
# [ja] goodbyeWorld => "さようなら、世界。"
154-
# ... etc.
154+
# ...
155155
```
156156

157157
**Export strings to _xcstrings_ or traditional _strings_ files:**

0 commit comments

Comments
 (0)