@capillarytech/creatives-library 7.12.12 → 7.12.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -215,7 +215,7 @@ export const LANGUAGE_OPTIONS = [
|
|
|
215
215
|
value: 'fr',
|
|
216
216
|
label: <FormattedMessage {...messages.french} />,
|
|
217
217
|
},
|
|
218
|
-
// commenting this as twilio api is
|
|
218
|
+
// commenting this as twilio api is throwing some error on this lang
|
|
219
219
|
// will uncomment once this issue will be resolved by twilio api
|
|
220
220
|
// {
|
|
221
221
|
// value: 'ka',
|
|
@@ -273,18 +273,22 @@ export const LANGUAGE_OPTIONS = [
|
|
|
273
273
|
value: 'kk',
|
|
274
274
|
label: <FormattedMessage {...messages.kazakh} />,
|
|
275
275
|
},
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
276
|
+
// commenting this as twilio api is throwing some error on this lang
|
|
277
|
+
// will uncomment once this issue will be resolved by twilio api
|
|
278
|
+
// {
|
|
279
|
+
// value: 'rw_RW',
|
|
280
|
+
// label: <FormattedMessage {...messages.kinyarwanda} />,
|
|
281
|
+
// },
|
|
280
282
|
{
|
|
281
283
|
value: 'ko',
|
|
282
284
|
label: <FormattedMessage {...messages.korean} />,
|
|
283
285
|
},
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
286
|
+
// commenting this as twilio api is throwing some error on this lang
|
|
287
|
+
// will uncomment once this issue will be resolved by twilio api
|
|
288
|
+
// {
|
|
289
|
+
// value: 'ky_KG',
|
|
290
|
+
// label: <FormattedMessage {...messages.kyrgyz} />,
|
|
291
|
+
// },
|
|
288
292
|
{
|
|
289
293
|
value: 'lo',
|
|
290
294
|
label: <FormattedMessage {...messages.lao} />,
|
|
@@ -305,10 +309,12 @@ export const LANGUAGE_OPTIONS = [
|
|
|
305
309
|
value: 'ms',
|
|
306
310
|
label: <FormattedMessage {...messages.malay} />,
|
|
307
311
|
},
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
+
// commenting this as twilio api is throwing some error on this lang
|
|
313
|
+
// will uncomment once this issue will be resolved by twilio api
|
|
314
|
+
// {
|
|
315
|
+
// value: 'ml',
|
|
316
|
+
// label: <FormattedMessage {...messages.malayalam} />,
|
|
317
|
+
// },
|
|
312
318
|
{
|
|
313
319
|
value: 'mr',
|
|
314
320
|
label: <FormattedMessage {...messages.marathi} />,
|