-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathphrase_config.yml
More file actions
352 lines (352 loc) · 12.2 KB
/
phrase_config.yml
File metadata and controls
352 lines (352 loc) · 12.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
# PUSH is currently not being used, leaving here for the sake of the futurefo
push:
sources:
- file: Sources/PrimerSDK/Resources/Localizable/ar.lproj/Localizable.strings
params:
file_format: strings
locale_id: Arabic
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/da.lproj/Localizable.strings
params:
file_format: strings
locale_id: Danish
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/de.lproj/Localizable.strings
params:
file_format: strings
locale_id: German
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/el.lproj/Localizable.strings
params:
file_format: strings
locale_id: Greek
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/en.lproj/Localizable.strings
params:
file_format: strings
locale_id: en
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/es.lproj/Localizable.strings
params:
file_format: strings
locale_id: Spanish
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/fr.lproj/Localizable.strings
params:
file_format: strings
locale_id: French
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/it.lproj/Localizable.strings
params:
file_format: strings
locale_id: Italian
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/ms.lproj/Localizable.strings
params:
file_format: strings
locale_id: Malay
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/nb.lproj/Localizable.strings
params:
file_format: strings
locale_id: Norwegian
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/nl.lproj/Localizable.strings
params:
file_format: strings
locale_id: Dutch
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/pl.lproj/Localizable.strings
params:
file_format: strings
locale_id: Polish
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/pt.lproj/Localizable.strings
params:
file_format: strings
locale_id: Portuguese
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/sv.lproj/Localizable.strings
params:
file_format: strings
locale_id: Swedish
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/th.lproj/Localizable.strings
params:
file_format: strings
locale_id: Thai
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/tr.lproj/Localizable.strings
params:
file_format: strings
locale_id: Turkish
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/zh-CN.lproj/Localizable.strings
params:
file_format: strings
locale_id: Chinese
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/zh-HK.lproj/Localizable.strings
params:
file_format: strings
locale_id: Chinese-HongKong
tags: ios-sdk
- file: Sources/PrimerSDK/Resources/Localizable/zh-TW.lproj/Localizable.strings
params:
file_format: strings
locale_id: Chinese-Taiwanese
tags: ios-sdk
pull:
targets:
- file: Sources/PrimerSDK/Resources/Localizable/ar.lproj/Localizable.strings
params:
file_format: strings
locale_id: Arabic
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/da.lproj/Localizable.strings
params:
file_format: strings
locale_id: Danish
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/de.lproj/Localizable.strings
params:
file_format: strings
locale_id: German
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/el.lproj/Localizable.strings
params:
file_format: strings
locale_id: Greek
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/en.lproj/Localizable.strings
params:
file_format: strings
locale_id: en
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/es.lproj/Localizable.strings
params:
file_format: strings
locale_id: Spanish
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/fr.lproj/Localizable.strings
params:
file_format: strings
locale_id: French
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/it.lproj/Localizable.strings
params:
file_format: strings
locale_id: Italian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/ms.lproj/Localizable.strings
params:
file_format: strings
locale_id: Malay
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/nb.lproj/Localizable.strings
params:
file_format: strings
locale_id: Norwegian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/nl.lproj/Localizable.strings
params:
file_format: strings
locale_id: Dutch
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/pl.lproj/Localizable.strings
params:
file_format: strings
locale_id: Polish
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/pt.lproj/Localizable.strings
params:
file_format: strings
locale_id: Portuguese
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/sv.lproj/Localizable.strings
params:
file_format: strings
locale_id: Swedish
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/th.lproj/Localizable.strings
params:
file_format: strings
locale_id: Thai
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/tr.lproj/Localizable.strings
params:
file_format: strings
locale_id: Turkish
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/fi-FI.lproj/Localizable.strings
params:
file_format: strings
locale_id: Finnish
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/ko.lproj/Localizable.strings
params:
file_format: strings
locale_id: Korean
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/lt-LT.lproj/Localizable.strings
params:
file_format: strings
locale_id: Lithuanian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/ca.lproj/Localizable.strings
params:
file_format: strings
locale_id: Catalan
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/sr-RS.lproj/Localizable.strings
params:
file_format: strings
locale_id: Serbian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/sl.lproj/Localizable.strings
params:
file_format: strings
locale_id: Slovenian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/uk-UA.lproj/Localizable.strings
params:
file_format: strings
locale_id: Ukrainian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/he.lproj/Localizable.strings
params:
file_format: strings
locale_id: Hebrew
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/id.lproj/Localizable.strings
params:
file_format: strings
locale_id: Indonesian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/zh-CN.lproj/Localizable.strings
params:
file_format: strings
locale_id: Chinese
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/zh-HK.lproj/Localizable.strings
params:
file_format: strings
locale_id: Chinese-HongKong
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/zh-TW.lproj/Localizable.strings
params:
file_format: strings
locale_id: Chinese-Taiwanese
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/bg.lproj/Localizable.strings
params:
file_format: strings
locale_id: Bulgarian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/cs.lproj/Localizable.strings
params:
file_format: strings
locale_id: Czech
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/es-AR.lproj/Localizable.strings
params:
file_format: strings
locale_id: Spanish-Argentina
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/es-MX.lproj/Localizable.strings
params:
file_format: strings
locale_id: Mexican-Spanish
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/et.lproj/Localizable.strings
params:
file_format: strings
locale_id: Estonian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/hr.lproj/Localizable.strings
params:
file_format: strings
locale_id: Croatian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/hu.lproj/Localizable.strings
params:
file_format: strings
locale_id: Hungarian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/ja.lproj/Localizable.strings
params:
file_format: strings
locale_id: Japanese
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/lv.lproj/Localizable.strings
params:
file_format: strings
locale_id: Latvian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/pt-BR.lproj/Localizable.strings
params:
file_format: strings
locale_id: Brazilian-Portuguese
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/ro.lproj/Localizable.strings
params:
file_format: strings
locale_id: Romanian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/ru.lproj/Localizable.strings
params:
file_format: strings
locale_id: Russian
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/sk.lproj/Localizable.strings
params:
file_format: strings
locale_id: Slovak
tags: ios-sdk
encoding: UTF-8
- file: Sources/PrimerSDK/Resources/Localizable/vi.lproj/Localizable.strings
params:
file_format: strings
locale_id: Vietnamese
tags: ios-sdk
encoding: UTF-8