forked from FlineDev/BartyCrouch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOldExample.strings
More file actions
24 lines (16 loc) · 1.92 KB
/
OldExample.strings
File metadata and controls
24 lines (16 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Class = "UIButton"; normalTitle = "Example Button 1"; ObjectID = "35F-cl-mdI"; */
"35F-cl-mdI.normalTitle" = "Example Button 1";
/*! Class = "UIButton"; normalTitle = "Example Button 2"; ObjectID = "COa-YO-eGf"; */
"COa-YO-eGf.normalTitle" = "Already Translated";
/* Class = "UIButton"; normalTitle = "Example Button 3"; ObjectID = "cHL-Zc-L39"; */
"cHL-Zc-L39.normalTitle" = "Example Button 3";
/* Completely custom comment structure in one line */
"test.key" = "This is a test key";
/* Completely custom comment structure in one line to be ignored */
"test.key.ignored" = "This is a test key to be ignored #bc-ignore!";
/* This key should be ignored when ignoreEmptyKeys is set */
"test.key.ignoreEmptyStrings" = " ";
/* Class = "UIButton"; normalTitle = "😀"; ObjectID = "abc-12-345"; */
"abc-12-345.normalTitle" = "😀";
/* Class = "UILabel"; text = "Refraktionsentfernung in Meter"; ObjectID = "em1-3S-vgp"; */
"em1-3S-vgp.text" = "Refrakční vzdálenost v metrech";