Skip to content

Commit 738ee21

Browse files
committed
Added an example of multiple boolean text strings to demo VI
1 parent d4feaf2 commit 738ee21

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

src/Example/Dictionary.JSON

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,30 @@
225225
"Toon",
226226
"显示"
227227
]
228-
}
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+
"Phrases":[
240+
"On text",
241+
"Op tekst",
242+
"在文字上"
243+
]
244+
},
245+
{
246+
"Key":"Button with Multiple Strings",
247+
"Phrases":[
248+
"Button with Multiple Strings",
249+
"Knop met meerdere snaren",
250+
"具有多个字符串的按钮"
251+
]
252+
}
229253
]
230254
}

src/Example/Localization Demo.vi

268 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)