We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4feaf2 commit 738ee21Copy full SHA for 738ee21
src/Example/Dictionary.JSON
@@ -225,6 +225,30 @@
225
"Toon",
226
"显示"
227
]
228
- }
+ },
229
+ {
230
+ "Key":"Button with Multiple Strings.False",
231
+ "Phrases":[
232
+ "Off text",
233
+ "Uit tekst",
234
+ "文字关闭"
235
+ ]
236
237
238
+ "Key":"Button with Multiple Strings.True",
239
240
+ "On text",
241
+ "Op tekst",
242
+ "在文字上"
243
244
245
246
+ "Key":"Button with Multiple Strings",
247
248
+ "Button with Multiple Strings",
249
+ "Knop met meerdere snaren",
250
+ "具有多个字符串的按钮"
251
252
+ }
253
254
}
src/Example/Localization Demo.vi
268 Bytes
0 commit comments