@capillarytech/creatives-library 7.12.15 → 7.12.17
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/index.js +6 -0
- package/package.json +1 -1
- package/routes.js +7 -2
- package/services/api.js +8 -2
- package/v2Components/CapImageUpload/index.js +27 -11
- package/v2Components/CapImageUpload/index.scss +12 -27
- package/v2Components/CapImageUpload/messages.js +10 -5
- package/v2Components/TemplatePreview/_templatePreview.scss +10 -0
- package/v2Components/TemplatePreview/assets/images/sms_mobile_ios.svg +18 -0
- package/v2Components/TemplatePreview/index.js +41 -1
- package/v2Components/TemplatePreview/tests/__snapshots__/index.test.js.snap +33 -1
- package/v2Components/TemplatePreview/tests/index.test.js +7 -7
- package/v2Containers/App/constants.js +2 -1
- package/v2Containers/Assets/images/addCreativesIllustration.svg +30 -0
- package/v2Containers/Assets/images/rcsIllustration.png +0 -0
- package/v2Containers/Cap/messages.js +20 -1
- package/v2Containers/CreativesContainer/SlideBoxContent.js +59 -11
- package/v2Containers/CreativesContainer/SlideBoxHeader.js +43 -33
- package/v2Containers/CreativesContainer/constants.js +1 -0
- package/v2Containers/CreativesContainer/index.js +53 -1
- package/v2Containers/CreativesContainer/messages.js +4 -0
- package/v2Containers/CreativesContainer/tests/SlideBoxContent.test.js +24 -4
- package/v2Containers/CreativesContainer/tests/SlideBoxHeader.test.js +23 -4
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +148 -2
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxHeader.test.js.snap +98 -0
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +71 -0
- package/v2Containers/CreativesContainer/tests/index.test.js +21 -9
- package/v2Containers/Facebook/Advertisement/index.js +4 -2
- package/v2Containers/MobilePush/Edit/index.js +21 -34
- package/v2Containers/Rcs/actions.js +57 -0
- package/v2Containers/Rcs/constants.js +51 -0
- package/v2Containers/Rcs/index.js +1076 -0
- package/v2Containers/Rcs/index.scss +72 -0
- package/v2Containers/Rcs/messages.js +122 -0
- package/v2Containers/Rcs/reducer.js +107 -0
- package/v2Containers/Rcs/sagas.js +141 -0
- package/v2Containers/Rcs/selectors.js +8 -0
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +144496 -0
- package/v2Containers/Rcs/tests/index.test.js +226 -0
- package/v2Containers/Rcs/tests/mockData.js +166 -0
- package/v2Containers/Rcs/utils.js +40 -0
- package/v2Containers/SmsTrai/Edit/index.js +2 -0
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +4 -4
- package/v2Containers/Templates/_templates.scss +9 -1
- package/v2Containers/Templates/actions.js +2 -1
- package/v2Containers/Templates/constants.js +1 -0
- package/v2Containers/Templates/index.js +234 -174
- package/v2Containers/Templates/messages.js +20 -0
- package/v2Containers/Templates/reducer.js +2 -0
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +520 -80
- package/v2Containers/TemplatesV2/index.js +13 -4
- package/v2Containers/TemplatesV2/messages.js +4 -0
- package/v2Containers/Whatsapp/index.js +6 -2
- package/v2Containers/Whatsapp/messages.js +0 -13
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +13 -1037
- package/v2Containers/Whatsapp/tests/__snapshots__/utils.test.js.snap +32 -26
- package/v2Containers/mockdata.js +1 -1
|
@@ -4352,14 +4352,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
4352
4352
|
/>,
|
|
4353
4353
|
"value": "fr",
|
|
4354
4354
|
},
|
|
4355
|
-
Object {
|
|
4356
|
-
"label": <FormattedMessage
|
|
4357
|
-
defaultMessage="Georgian"
|
|
4358
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
4359
|
-
values={Object {}}
|
|
4360
|
-
/>,
|
|
4361
|
-
"value": "ka",
|
|
4362
|
-
},
|
|
4363
4355
|
Object {
|
|
4364
4356
|
"label": <FormattedMessage
|
|
4365
4357
|
defaultMessage="German"
|
|
@@ -4464,14 +4456,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
4464
4456
|
/>,
|
|
4465
4457
|
"value": "kk",
|
|
4466
4458
|
},
|
|
4467
|
-
Object {
|
|
4468
|
-
"label": <FormattedMessage
|
|
4469
|
-
defaultMessage="Kinyarwanda"
|
|
4470
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
4471
|
-
values={Object {}}
|
|
4472
|
-
/>,
|
|
4473
|
-
"value": "rw_RW",
|
|
4474
|
-
},
|
|
4475
4459
|
Object {
|
|
4476
4460
|
"label": <FormattedMessage
|
|
4477
4461
|
defaultMessage="Korean"
|
|
@@ -4480,14 +4464,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
4480
4464
|
/>,
|
|
4481
4465
|
"value": "ko",
|
|
4482
4466
|
},
|
|
4483
|
-
Object {
|
|
4484
|
-
"label": <FormattedMessage
|
|
4485
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
4486
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
4487
|
-
values={Object {}}
|
|
4488
|
-
/>,
|
|
4489
|
-
"value": "ky_KG",
|
|
4490
|
-
},
|
|
4491
4467
|
Object {
|
|
4492
4468
|
"label": <FormattedMessage
|
|
4493
4469
|
defaultMessage="Lao"
|
|
@@ -4528,14 +4504,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
4528
4504
|
/>,
|
|
4529
4505
|
"value": "ms",
|
|
4530
4506
|
},
|
|
4531
|
-
Object {
|
|
4532
|
-
"label": <FormattedMessage
|
|
4533
|
-
defaultMessage="Malayalam"
|
|
4534
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
4535
|
-
values={Object {}}
|
|
4536
|
-
/>,
|
|
4537
|
-
"value": "ml",
|
|
4538
|
-
},
|
|
4539
4507
|
Object {
|
|
4540
4508
|
"label": <FormattedMessage
|
|
4541
4509
|
defaultMessage="Marathi"
|
|
@@ -4941,14 +4909,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
4941
4909
|
/>,
|
|
4942
4910
|
"value": "fr",
|
|
4943
4911
|
},
|
|
4944
|
-
Object {
|
|
4945
|
-
"label": <FormattedMessage
|
|
4946
|
-
defaultMessage="Georgian"
|
|
4947
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
4948
|
-
values={Object {}}
|
|
4949
|
-
/>,
|
|
4950
|
-
"value": "ka",
|
|
4951
|
-
},
|
|
4952
4912
|
Object {
|
|
4953
4913
|
"label": <FormattedMessage
|
|
4954
4914
|
defaultMessage="German"
|
|
@@ -5053,14 +5013,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
5053
5013
|
/>,
|
|
5054
5014
|
"value": "kk",
|
|
5055
5015
|
},
|
|
5056
|
-
Object {
|
|
5057
|
-
"label": <FormattedMessage
|
|
5058
|
-
defaultMessage="Kinyarwanda"
|
|
5059
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
5060
|
-
values={Object {}}
|
|
5061
|
-
/>,
|
|
5062
|
-
"value": "rw_RW",
|
|
5063
|
-
},
|
|
5064
5016
|
Object {
|
|
5065
5017
|
"label": <FormattedMessage
|
|
5066
5018
|
defaultMessage="Korean"
|
|
@@ -5069,14 +5021,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
5069
5021
|
/>,
|
|
5070
5022
|
"value": "ko",
|
|
5071
5023
|
},
|
|
5072
|
-
Object {
|
|
5073
|
-
"label": <FormattedMessage
|
|
5074
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
5075
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
5076
|
-
values={Object {}}
|
|
5077
|
-
/>,
|
|
5078
|
-
"value": "ky_KG",
|
|
5079
|
-
},
|
|
5080
5024
|
Object {
|
|
5081
5025
|
"label": <FormattedMessage
|
|
5082
5026
|
defaultMessage="Lao"
|
|
@@ -5117,14 +5061,6 @@ exports[`Creatives Whatsapp test/> Cancel Btn 1`] = `
|
|
|
5117
5061
|
/>,
|
|
5118
5062
|
"value": "ms",
|
|
5119
5063
|
},
|
|
5120
|
-
Object {
|
|
5121
|
-
"label": <FormattedMessage
|
|
5122
|
-
defaultMessage="Malayalam"
|
|
5123
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
5124
|
-
values={Object {}}
|
|
5125
|
-
/>,
|
|
5126
|
-
"value": "ml",
|
|
5127
|
-
},
|
|
5128
5064
|
Object {
|
|
5129
5065
|
"label": <FormattedMessage
|
|
5130
5066
|
defaultMessage="Marathi"
|
|
@@ -15128,14 +15064,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15128
15064
|
/>,
|
|
15129
15065
|
"value": "fr",
|
|
15130
15066
|
},
|
|
15131
|
-
Object {
|
|
15132
|
-
"label": <FormattedMessage
|
|
15133
|
-
defaultMessage="Georgian"
|
|
15134
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
15135
|
-
values={Object {}}
|
|
15136
|
-
/>,
|
|
15137
|
-
"value": "ka",
|
|
15138
|
-
},
|
|
15139
15067
|
Object {
|
|
15140
15068
|
"label": <FormattedMessage
|
|
15141
15069
|
defaultMessage="German"
|
|
@@ -15240,14 +15168,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15240
15168
|
/>,
|
|
15241
15169
|
"value": "kk",
|
|
15242
15170
|
},
|
|
15243
|
-
Object {
|
|
15244
|
-
"label": <FormattedMessage
|
|
15245
|
-
defaultMessage="Kinyarwanda"
|
|
15246
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
15247
|
-
values={Object {}}
|
|
15248
|
-
/>,
|
|
15249
|
-
"value": "rw_RW",
|
|
15250
|
-
},
|
|
15251
15171
|
Object {
|
|
15252
15172
|
"label": <FormattedMessage
|
|
15253
15173
|
defaultMessage="Korean"
|
|
@@ -15256,14 +15176,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15256
15176
|
/>,
|
|
15257
15177
|
"value": "ko",
|
|
15258
15178
|
},
|
|
15259
|
-
Object {
|
|
15260
|
-
"label": <FormattedMessage
|
|
15261
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
15262
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
15263
|
-
values={Object {}}
|
|
15264
|
-
/>,
|
|
15265
|
-
"value": "ky_KG",
|
|
15266
|
-
},
|
|
15267
15179
|
Object {
|
|
15268
15180
|
"label": <FormattedMessage
|
|
15269
15181
|
defaultMessage="Lao"
|
|
@@ -15304,14 +15216,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15304
15216
|
/>,
|
|
15305
15217
|
"value": "ms",
|
|
15306
15218
|
},
|
|
15307
|
-
Object {
|
|
15308
|
-
"label": <FormattedMessage
|
|
15309
|
-
defaultMessage="Malayalam"
|
|
15310
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
15311
|
-
values={Object {}}
|
|
15312
|
-
/>,
|
|
15313
|
-
"value": "ml",
|
|
15314
|
-
},
|
|
15315
15219
|
Object {
|
|
15316
15220
|
"label": <FormattedMessage
|
|
15317
15221
|
defaultMessage="Marathi"
|
|
@@ -15717,14 +15621,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15717
15621
|
/>,
|
|
15718
15622
|
"value": "fr",
|
|
15719
15623
|
},
|
|
15720
|
-
Object {
|
|
15721
|
-
"label": <FormattedMessage
|
|
15722
|
-
defaultMessage="Georgian"
|
|
15723
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
15724
|
-
values={Object {}}
|
|
15725
|
-
/>,
|
|
15726
|
-
"value": "ka",
|
|
15727
|
-
},
|
|
15728
15624
|
Object {
|
|
15729
15625
|
"label": <FormattedMessage
|
|
15730
15626
|
defaultMessage="German"
|
|
@@ -15829,14 +15725,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15829
15725
|
/>,
|
|
15830
15726
|
"value": "kk",
|
|
15831
15727
|
},
|
|
15832
|
-
Object {
|
|
15833
|
-
"label": <FormattedMessage
|
|
15834
|
-
defaultMessage="Kinyarwanda"
|
|
15835
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
15836
|
-
values={Object {}}
|
|
15837
|
-
/>,
|
|
15838
|
-
"value": "rw_RW",
|
|
15839
|
-
},
|
|
15840
15728
|
Object {
|
|
15841
15729
|
"label": <FormattedMessage
|
|
15842
15730
|
defaultMessage="Korean"
|
|
@@ -15845,14 +15733,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15845
15733
|
/>,
|
|
15846
15734
|
"value": "ko",
|
|
15847
15735
|
},
|
|
15848
|
-
Object {
|
|
15849
|
-
"label": <FormattedMessage
|
|
15850
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
15851
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
15852
|
-
values={Object {}}
|
|
15853
|
-
/>,
|
|
15854
|
-
"value": "ky_KG",
|
|
15855
|
-
},
|
|
15856
15736
|
Object {
|
|
15857
15737
|
"label": <FormattedMessage
|
|
15858
15738
|
defaultMessage="Lao"
|
|
@@ -15893,14 +15773,6 @@ exports[`Creatives Whatsapp test/> should render create mode 1`] = `
|
|
|
15893
15773
|
/>,
|
|
15894
15774
|
"value": "ms",
|
|
15895
15775
|
},
|
|
15896
|
-
Object {
|
|
15897
|
-
"label": <FormattedMessage
|
|
15898
|
-
defaultMessage="Malayalam"
|
|
15899
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
15900
|
-
values={Object {}}
|
|
15901
|
-
/>,
|
|
15902
|
-
"value": "ml",
|
|
15903
|
-
},
|
|
15904
15776
|
Object {
|
|
15905
15777
|
"label": <FormattedMessage
|
|
15906
15778
|
defaultMessage="Marathi"
|
|
@@ -23880,7 +23752,7 @@ Click {{3}} to unsubscribe'",
|
|
|
23880
23752
|
Array [
|
|
23881
23753
|
Object {
|
|
23882
23754
|
"defaultMessage": "Add labels",
|
|
23883
|
-
"id": "creatives.containersV2.
|
|
23755
|
+
"id": "creatives.containersV2.addLabels",
|
|
23884
23756
|
},
|
|
23885
23757
|
],
|
|
23886
23758
|
Array [
|
|
@@ -24050,7 +23922,7 @@ Click {{3}} to unsubscribe'",
|
|
|
24050
23922
|
Array [
|
|
24051
23923
|
Object {
|
|
24052
23924
|
"defaultMessage": "Add labels",
|
|
24053
|
-
"id": "creatives.containersV2.
|
|
23925
|
+
"id": "creatives.containersV2.addLabels",
|
|
24054
23926
|
},
|
|
24055
23927
|
],
|
|
24056
23928
|
Array [
|
|
@@ -30595,7 +30467,7 @@ Click {{3}} to unsubscribe'",
|
|
|
30595
30467
|
Array [
|
|
30596
30468
|
Object {
|
|
30597
30469
|
"defaultMessage": "Add labels",
|
|
30598
|
-
"id": "creatives.containersV2.
|
|
30470
|
+
"id": "creatives.containersV2.addLabels",
|
|
30599
30471
|
},
|
|
30600
30472
|
],
|
|
30601
30473
|
Array [
|
|
@@ -30765,7 +30637,7 @@ Click {{3}} to unsubscribe'",
|
|
|
30765
30637
|
Array [
|
|
30766
30638
|
Object {
|
|
30767
30639
|
"defaultMessage": "Add labels",
|
|
30768
|
-
"id": "creatives.containersV2.
|
|
30640
|
+
"id": "creatives.containersV2.addLabels",
|
|
30769
30641
|
},
|
|
30770
30642
|
],
|
|
30771
30643
|
Array [
|
|
@@ -38152,7 +38024,7 @@ Click {{3}} to unsubscribe'",
|
|
|
38152
38024
|
Array [
|
|
38153
38025
|
Object {
|
|
38154
38026
|
"defaultMessage": "Add labels",
|
|
38155
|
-
"id": "creatives.containersV2.
|
|
38027
|
+
"id": "creatives.containersV2.addLabels",
|
|
38156
38028
|
},
|
|
38157
38029
|
],
|
|
38158
38030
|
Array [
|
|
@@ -38322,7 +38194,7 @@ Click {{3}} to unsubscribe'",
|
|
|
38322
38194
|
Array [
|
|
38323
38195
|
Object {
|
|
38324
38196
|
"defaultMessage": "Add labels",
|
|
38325
|
-
"id": "creatives.containersV2.
|
|
38197
|
+
"id": "creatives.containersV2.addLabels",
|
|
38326
38198
|
},
|
|
38327
38199
|
],
|
|
38328
38200
|
Array [
|
|
@@ -46577,7 +46449,7 @@ Click {{3}} to unsubscribe'",
|
|
|
46577
46449
|
Array [
|
|
46578
46450
|
Object {
|
|
46579
46451
|
"defaultMessage": "Add labels",
|
|
46580
|
-
"id": "creatives.containersV2.
|
|
46452
|
+
"id": "creatives.containersV2.addLabels",
|
|
46581
46453
|
},
|
|
46582
46454
|
],
|
|
46583
46455
|
Array [
|
|
@@ -46747,7 +46619,7 @@ Click {{3}} to unsubscribe'",
|
|
|
46747
46619
|
Array [
|
|
46748
46620
|
Object {
|
|
46749
46621
|
"defaultMessage": "Add labels",
|
|
46750
|
-
"id": "creatives.containersV2.
|
|
46622
|
+
"id": "creatives.containersV2.addLabels",
|
|
46751
46623
|
},
|
|
46752
46624
|
],
|
|
46753
46625
|
Array [
|
|
@@ -48134,7 +48006,7 @@ Click {{3}} to unsubscribe'",
|
|
|
48134
48006
|
Array [
|
|
48135
48007
|
Object {
|
|
48136
48008
|
"defaultMessage": "Add labels",
|
|
48137
|
-
"id": "creatives.containersV2.
|
|
48009
|
+
"id": "creatives.containersV2.addLabels",
|
|
48138
48010
|
},
|
|
48139
48011
|
],
|
|
48140
48012
|
Array [
|
|
@@ -48304,7 +48176,7 @@ Click {{3}} to unsubscribe'",
|
|
|
48304
48176
|
Array [
|
|
48305
48177
|
Object {
|
|
48306
48178
|
"defaultMessage": "Add labels",
|
|
48307
|
-
"id": "creatives.containersV2.
|
|
48179
|
+
"id": "creatives.containersV2.addLabels",
|
|
48308
48180
|
},
|
|
48309
48181
|
],
|
|
48310
48182
|
Array [
|
|
@@ -48474,7 +48346,7 @@ Click {{3}} to unsubscribe'",
|
|
|
48474
48346
|
Array [
|
|
48475
48347
|
Object {
|
|
48476
48348
|
"defaultMessage": "Add labels",
|
|
48477
|
-
"id": "creatives.containersV2.
|
|
48349
|
+
"id": "creatives.containersV2.addLabels",
|
|
48478
48350
|
},
|
|
48479
48351
|
],
|
|
48480
48352
|
Array [
|
|
@@ -58331,14 +58203,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
58331
58203
|
/>,
|
|
58332
58204
|
"value": "fr",
|
|
58333
58205
|
},
|
|
58334
|
-
Object {
|
|
58335
|
-
"label": <FormattedMessage
|
|
58336
|
-
defaultMessage="Georgian"
|
|
58337
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
58338
|
-
values={Object {}}
|
|
58339
|
-
/>,
|
|
58340
|
-
"value": "ka",
|
|
58341
|
-
},
|
|
58342
58206
|
Object {
|
|
58343
58207
|
"label": <FormattedMessage
|
|
58344
58208
|
defaultMessage="German"
|
|
@@ -58443,14 +58307,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
58443
58307
|
/>,
|
|
58444
58308
|
"value": "kk",
|
|
58445
58309
|
},
|
|
58446
|
-
Object {
|
|
58447
|
-
"label": <FormattedMessage
|
|
58448
|
-
defaultMessage="Kinyarwanda"
|
|
58449
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
58450
|
-
values={Object {}}
|
|
58451
|
-
/>,
|
|
58452
|
-
"value": "rw_RW",
|
|
58453
|
-
},
|
|
58454
58310
|
Object {
|
|
58455
58311
|
"label": <FormattedMessage
|
|
58456
58312
|
defaultMessage="Korean"
|
|
@@ -58459,14 +58315,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
58459
58315
|
/>,
|
|
58460
58316
|
"value": "ko",
|
|
58461
58317
|
},
|
|
58462
|
-
Object {
|
|
58463
|
-
"label": <FormattedMessage
|
|
58464
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
58465
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
58466
|
-
values={Object {}}
|
|
58467
|
-
/>,
|
|
58468
|
-
"value": "ky_KG",
|
|
58469
|
-
},
|
|
58470
58318
|
Object {
|
|
58471
58319
|
"label": <FormattedMessage
|
|
58472
58320
|
defaultMessage="Lao"
|
|
@@ -58507,14 +58355,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
58507
58355
|
/>,
|
|
58508
58356
|
"value": "ms",
|
|
58509
58357
|
},
|
|
58510
|
-
Object {
|
|
58511
|
-
"label": <FormattedMessage
|
|
58512
|
-
defaultMessage="Malayalam"
|
|
58513
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
58514
|
-
values={Object {}}
|
|
58515
|
-
/>,
|
|
58516
|
-
"value": "ml",
|
|
58517
|
-
},
|
|
58518
58358
|
Object {
|
|
58519
58359
|
"label": <FormattedMessage
|
|
58520
58360
|
defaultMessage="Marathi"
|
|
@@ -58920,14 +58760,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
58920
58760
|
/>,
|
|
58921
58761
|
"value": "fr",
|
|
58922
58762
|
},
|
|
58923
|
-
Object {
|
|
58924
|
-
"label": <FormattedMessage
|
|
58925
|
-
defaultMessage="Georgian"
|
|
58926
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
58927
|
-
values={Object {}}
|
|
58928
|
-
/>,
|
|
58929
|
-
"value": "ka",
|
|
58930
|
-
},
|
|
58931
58763
|
Object {
|
|
58932
58764
|
"label": <FormattedMessage
|
|
58933
58765
|
defaultMessage="German"
|
|
@@ -59032,14 +58864,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
59032
58864
|
/>,
|
|
59033
58865
|
"value": "kk",
|
|
59034
58866
|
},
|
|
59035
|
-
Object {
|
|
59036
|
-
"label": <FormattedMessage
|
|
59037
|
-
defaultMessage="Kinyarwanda"
|
|
59038
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
59039
|
-
values={Object {}}
|
|
59040
|
-
/>,
|
|
59041
|
-
"value": "rw_RW",
|
|
59042
|
-
},
|
|
59043
58867
|
Object {
|
|
59044
58868
|
"label": <FormattedMessage
|
|
59045
58869
|
defaultMessage="Korean"
|
|
@@ -59048,14 +58872,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
59048
58872
|
/>,
|
|
59049
58873
|
"value": "ko",
|
|
59050
58874
|
},
|
|
59051
|
-
Object {
|
|
59052
|
-
"label": <FormattedMessage
|
|
59053
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
59054
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
59055
|
-
values={Object {}}
|
|
59056
|
-
/>,
|
|
59057
|
-
"value": "ky_KG",
|
|
59058
|
-
},
|
|
59059
58875
|
Object {
|
|
59060
58876
|
"label": <FormattedMessage
|
|
59061
58877
|
defaultMessage="Lao"
|
|
@@ -59096,14 +58912,6 @@ exports[`Creatives Whatsapp test/> template category change 1`] = `
|
|
|
59096
58912
|
/>,
|
|
59097
58913
|
"value": "ms",
|
|
59098
58914
|
},
|
|
59099
|
-
Object {
|
|
59100
|
-
"label": <FormattedMessage
|
|
59101
|
-
defaultMessage="Malayalam"
|
|
59102
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
59103
|
-
values={Object {}}
|
|
59104
|
-
/>,
|
|
59105
|
-
"value": "ml",
|
|
59106
|
-
},
|
|
59107
58915
|
Object {
|
|
59108
58916
|
"label": <FormattedMessage
|
|
59109
58917
|
defaultMessage="Marathi"
|
|
@@ -69354,14 +69162,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
69354
69162
|
/>,
|
|
69355
69163
|
"value": "fr",
|
|
69356
69164
|
},
|
|
69357
|
-
Object {
|
|
69358
|
-
"label": <FormattedMessage
|
|
69359
|
-
defaultMessage="Georgian"
|
|
69360
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
69361
|
-
values={Object {}}
|
|
69362
|
-
/>,
|
|
69363
|
-
"value": "ka",
|
|
69364
|
-
},
|
|
69365
69165
|
Object {
|
|
69366
69166
|
"label": <FormattedMessage
|
|
69367
69167
|
defaultMessage="German"
|
|
@@ -69466,14 +69266,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
69466
69266
|
/>,
|
|
69467
69267
|
"value": "kk",
|
|
69468
69268
|
},
|
|
69469
|
-
Object {
|
|
69470
|
-
"label": <FormattedMessage
|
|
69471
|
-
defaultMessage="Kinyarwanda"
|
|
69472
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
69473
|
-
values={Object {}}
|
|
69474
|
-
/>,
|
|
69475
|
-
"value": "rw_RW",
|
|
69476
|
-
},
|
|
69477
69269
|
Object {
|
|
69478
69270
|
"label": <FormattedMessage
|
|
69479
69271
|
defaultMessage="Korean"
|
|
@@ -69482,14 +69274,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
69482
69274
|
/>,
|
|
69483
69275
|
"value": "ko",
|
|
69484
69276
|
},
|
|
69485
|
-
Object {
|
|
69486
|
-
"label": <FormattedMessage
|
|
69487
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
69488
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
69489
|
-
values={Object {}}
|
|
69490
|
-
/>,
|
|
69491
|
-
"value": "ky_KG",
|
|
69492
|
-
},
|
|
69493
69277
|
Object {
|
|
69494
69278
|
"label": <FormattedMessage
|
|
69495
69279
|
defaultMessage="Lao"
|
|
@@ -69530,14 +69314,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
69530
69314
|
/>,
|
|
69531
69315
|
"value": "ms",
|
|
69532
69316
|
},
|
|
69533
|
-
Object {
|
|
69534
|
-
"label": <FormattedMessage
|
|
69535
|
-
defaultMessage="Malayalam"
|
|
69536
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
69537
|
-
values={Object {}}
|
|
69538
|
-
/>,
|
|
69539
|
-
"value": "ml",
|
|
69540
|
-
},
|
|
69541
69317
|
Object {
|
|
69542
69318
|
"label": <FormattedMessage
|
|
69543
69319
|
defaultMessage="Marathi"
|
|
@@ -69943,14 +69719,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
69943
69719
|
/>,
|
|
69944
69720
|
"value": "fr",
|
|
69945
69721
|
},
|
|
69946
|
-
Object {
|
|
69947
|
-
"label": <FormattedMessage
|
|
69948
|
-
defaultMessage="Georgian"
|
|
69949
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
69950
|
-
values={Object {}}
|
|
69951
|
-
/>,
|
|
69952
|
-
"value": "ka",
|
|
69953
|
-
},
|
|
69954
69722
|
Object {
|
|
69955
69723
|
"label": <FormattedMessage
|
|
69956
69724
|
defaultMessage="German"
|
|
@@ -70055,14 +69823,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
70055
69823
|
/>,
|
|
70056
69824
|
"value": "kk",
|
|
70057
69825
|
},
|
|
70058
|
-
Object {
|
|
70059
|
-
"label": <FormattedMessage
|
|
70060
|
-
defaultMessage="Kinyarwanda"
|
|
70061
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
70062
|
-
values={Object {}}
|
|
70063
|
-
/>,
|
|
70064
|
-
"value": "rw_RW",
|
|
70065
|
-
},
|
|
70066
69826
|
Object {
|
|
70067
69827
|
"label": <FormattedMessage
|
|
70068
69828
|
defaultMessage="Korean"
|
|
@@ -70071,14 +69831,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
70071
69831
|
/>,
|
|
70072
69832
|
"value": "ko",
|
|
70073
69833
|
},
|
|
70074
|
-
Object {
|
|
70075
|
-
"label": <FormattedMessage
|
|
70076
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
70077
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
70078
|
-
values={Object {}}
|
|
70079
|
-
/>,
|
|
70080
|
-
"value": "ky_KG",
|
|
70081
|
-
},
|
|
70082
69834
|
Object {
|
|
70083
69835
|
"label": <FormattedMessage
|
|
70084
69836
|
defaultMessage="Lao"
|
|
@@ -70119,14 +69871,6 @@ exports[`Creatives Whatsapp test/> template language change 1`] = `
|
|
|
70119
69871
|
/>,
|
|
70120
69872
|
"value": "ms",
|
|
70121
69873
|
},
|
|
70122
|
-
Object {
|
|
70123
|
-
"label": <FormattedMessage
|
|
70124
|
-
defaultMessage="Malayalam"
|
|
70125
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
70126
|
-
values={Object {}}
|
|
70127
|
-
/>,
|
|
70128
|
-
"value": "ml",
|
|
70129
|
-
},
|
|
70130
69874
|
Object {
|
|
70131
69875
|
"label": <FormattedMessage
|
|
70132
69876
|
defaultMessage="Marathi"
|
|
@@ -80387,14 +80131,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
80387
80131
|
/>,
|
|
80388
80132
|
"value": "fr",
|
|
80389
80133
|
},
|
|
80390
|
-
Object {
|
|
80391
|
-
"label": <FormattedMessage
|
|
80392
|
-
defaultMessage="Georgian"
|
|
80393
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
80394
|
-
values={Object {}}
|
|
80395
|
-
/>,
|
|
80396
|
-
"value": "ka",
|
|
80397
|
-
},
|
|
80398
80134
|
Object {
|
|
80399
80135
|
"label": <FormattedMessage
|
|
80400
80136
|
defaultMessage="German"
|
|
@@ -80499,14 +80235,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
80499
80235
|
/>,
|
|
80500
80236
|
"value": "kk",
|
|
80501
80237
|
},
|
|
80502
|
-
Object {
|
|
80503
|
-
"label": <FormattedMessage
|
|
80504
|
-
defaultMessage="Kinyarwanda"
|
|
80505
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
80506
|
-
values={Object {}}
|
|
80507
|
-
/>,
|
|
80508
|
-
"value": "rw_RW",
|
|
80509
|
-
},
|
|
80510
80238
|
Object {
|
|
80511
80239
|
"label": <FormattedMessage
|
|
80512
80240
|
defaultMessage="Korean"
|
|
@@ -80515,14 +80243,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
80515
80243
|
/>,
|
|
80516
80244
|
"value": "ko",
|
|
80517
80245
|
},
|
|
80518
|
-
Object {
|
|
80519
|
-
"label": <FormattedMessage
|
|
80520
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
80521
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
80522
|
-
values={Object {}}
|
|
80523
|
-
/>,
|
|
80524
|
-
"value": "ky_KG",
|
|
80525
|
-
},
|
|
80526
80246
|
Object {
|
|
80527
80247
|
"label": <FormattedMessage
|
|
80528
80248
|
defaultMessage="Lao"
|
|
@@ -80563,14 +80283,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
80563
80283
|
/>,
|
|
80564
80284
|
"value": "ms",
|
|
80565
80285
|
},
|
|
80566
|
-
Object {
|
|
80567
|
-
"label": <FormattedMessage
|
|
80568
|
-
defaultMessage="Malayalam"
|
|
80569
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
80570
|
-
values={Object {}}
|
|
80571
|
-
/>,
|
|
80572
|
-
"value": "ml",
|
|
80573
|
-
},
|
|
80574
80286
|
Object {
|
|
80575
80287
|
"label": <FormattedMessage
|
|
80576
80288
|
defaultMessage="Marathi"
|
|
@@ -80976,14 +80688,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
80976
80688
|
/>,
|
|
80977
80689
|
"value": "fr",
|
|
80978
80690
|
},
|
|
80979
|
-
Object {
|
|
80980
|
-
"label": <FormattedMessage
|
|
80981
|
-
defaultMessage="Georgian"
|
|
80982
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
80983
|
-
values={Object {}}
|
|
80984
|
-
/>,
|
|
80985
|
-
"value": "ka",
|
|
80986
|
-
},
|
|
80987
80691
|
Object {
|
|
80988
80692
|
"label": <FormattedMessage
|
|
80989
80693
|
defaultMessage="German"
|
|
@@ -81088,14 +80792,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
81088
80792
|
/>,
|
|
81089
80793
|
"value": "kk",
|
|
81090
80794
|
},
|
|
81091
|
-
Object {
|
|
81092
|
-
"label": <FormattedMessage
|
|
81093
|
-
defaultMessage="Kinyarwanda"
|
|
81094
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
81095
|
-
values={Object {}}
|
|
81096
|
-
/>,
|
|
81097
|
-
"value": "rw_RW",
|
|
81098
|
-
},
|
|
81099
80795
|
Object {
|
|
81100
80796
|
"label": <FormattedMessage
|
|
81101
80797
|
defaultMessage="Korean"
|
|
@@ -81104,14 +80800,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
81104
80800
|
/>,
|
|
81105
80801
|
"value": "ko",
|
|
81106
80802
|
},
|
|
81107
|
-
Object {
|
|
81108
|
-
"label": <FormattedMessage
|
|
81109
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
81110
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
81111
|
-
values={Object {}}
|
|
81112
|
-
/>,
|
|
81113
|
-
"value": "ky_KG",
|
|
81114
|
-
},
|
|
81115
80803
|
Object {
|
|
81116
80804
|
"label": <FormattedMessage
|
|
81117
80805
|
defaultMessage="Lao"
|
|
@@ -81152,14 +80840,6 @@ exports[`Creatives Whatsapp test/> template message 1`] = `
|
|
|
81152
80840
|
/>,
|
|
81153
80841
|
"value": "ms",
|
|
81154
80842
|
},
|
|
81155
|
-
Object {
|
|
81156
|
-
"label": <FormattedMessage
|
|
81157
|
-
defaultMessage="Malayalam"
|
|
81158
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
81159
|
-
values={Object {}}
|
|
81160
|
-
/>,
|
|
81161
|
-
"value": "ml",
|
|
81162
|
-
},
|
|
81163
80843
|
Object {
|
|
81164
80844
|
"label": <FormattedMessage
|
|
81165
80845
|
defaultMessage="Marathi"
|
|
@@ -91681,14 +91361,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
91681
91361
|
/>,
|
|
91682
91362
|
"value": "fr",
|
|
91683
91363
|
},
|
|
91684
|
-
Object {
|
|
91685
|
-
"label": <FormattedMessage
|
|
91686
|
-
defaultMessage="Georgian"
|
|
91687
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
91688
|
-
values={Object {}}
|
|
91689
|
-
/>,
|
|
91690
|
-
"value": "ka",
|
|
91691
|
-
},
|
|
91692
91364
|
Object {
|
|
91693
91365
|
"label": <FormattedMessage
|
|
91694
91366
|
defaultMessage="German"
|
|
@@ -91793,14 +91465,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
91793
91465
|
/>,
|
|
91794
91466
|
"value": "kk",
|
|
91795
91467
|
},
|
|
91796
|
-
Object {
|
|
91797
|
-
"label": <FormattedMessage
|
|
91798
|
-
defaultMessage="Kinyarwanda"
|
|
91799
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
91800
|
-
values={Object {}}
|
|
91801
|
-
/>,
|
|
91802
|
-
"value": "rw_RW",
|
|
91803
|
-
},
|
|
91804
91468
|
Object {
|
|
91805
91469
|
"label": <FormattedMessage
|
|
91806
91470
|
defaultMessage="Korean"
|
|
@@ -91809,14 +91473,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
91809
91473
|
/>,
|
|
91810
91474
|
"value": "ko",
|
|
91811
91475
|
},
|
|
91812
|
-
Object {
|
|
91813
|
-
"label": <FormattedMessage
|
|
91814
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
91815
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
91816
|
-
values={Object {}}
|
|
91817
|
-
/>,
|
|
91818
|
-
"value": "ky_KG",
|
|
91819
|
-
},
|
|
91820
91476
|
Object {
|
|
91821
91477
|
"label": <FormattedMessage
|
|
91822
91478
|
defaultMessage="Lao"
|
|
@@ -91857,14 +91513,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
91857
91513
|
/>,
|
|
91858
91514
|
"value": "ms",
|
|
91859
91515
|
},
|
|
91860
|
-
Object {
|
|
91861
|
-
"label": <FormattedMessage
|
|
91862
|
-
defaultMessage="Malayalam"
|
|
91863
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
91864
|
-
values={Object {}}
|
|
91865
|
-
/>,
|
|
91866
|
-
"value": "ml",
|
|
91867
|
-
},
|
|
91868
91516
|
Object {
|
|
91869
91517
|
"label": <FormattedMessage
|
|
91870
91518
|
defaultMessage="Marathi"
|
|
@@ -92270,14 +91918,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
92270
91918
|
/>,
|
|
92271
91919
|
"value": "fr",
|
|
92272
91920
|
},
|
|
92273
|
-
Object {
|
|
92274
|
-
"label": <FormattedMessage
|
|
92275
|
-
defaultMessage="Georgian"
|
|
92276
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
92277
|
-
values={Object {}}
|
|
92278
|
-
/>,
|
|
92279
|
-
"value": "ka",
|
|
92280
|
-
},
|
|
92281
91921
|
Object {
|
|
92282
91922
|
"label": <FormattedMessage
|
|
92283
91923
|
defaultMessage="German"
|
|
@@ -92382,14 +92022,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
92382
92022
|
/>,
|
|
92383
92023
|
"value": "kk",
|
|
92384
92024
|
},
|
|
92385
|
-
Object {
|
|
92386
|
-
"label": <FormattedMessage
|
|
92387
|
-
defaultMessage="Kinyarwanda"
|
|
92388
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
92389
|
-
values={Object {}}
|
|
92390
|
-
/>,
|
|
92391
|
-
"value": "rw_RW",
|
|
92392
|
-
},
|
|
92393
92025
|
Object {
|
|
92394
92026
|
"label": <FormattedMessage
|
|
92395
92027
|
defaultMessage="Korean"
|
|
@@ -92398,14 +92030,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
92398
92030
|
/>,
|
|
92399
92031
|
"value": "ko",
|
|
92400
92032
|
},
|
|
92401
|
-
Object {
|
|
92402
|
-
"label": <FormattedMessage
|
|
92403
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
92404
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
92405
|
-
values={Object {}}
|
|
92406
|
-
/>,
|
|
92407
|
-
"value": "ky_KG",
|
|
92408
|
-
},
|
|
92409
92033
|
Object {
|
|
92410
92034
|
"label": <FormattedMessage
|
|
92411
92035
|
defaultMessage="Lao"
|
|
@@ -92446,14 +92070,6 @@ exports[`Creatives Whatsapp test/> template message 2`] = `
|
|
|
92446
92070
|
/>,
|
|
92447
92071
|
"value": "ms",
|
|
92448
92072
|
},
|
|
92449
|
-
Object {
|
|
92450
|
-
"label": <FormattedMessage
|
|
92451
|
-
defaultMessage="Malayalam"
|
|
92452
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
92453
|
-
values={Object {}}
|
|
92454
|
-
/>,
|
|
92455
|
-
"value": "ml",
|
|
92456
|
-
},
|
|
92457
92073
|
Object {
|
|
92458
92074
|
"label": <FormattedMessage
|
|
92459
92075
|
defaultMessage="Marathi"
|
|
@@ -103268,14 +102884,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
103268
102884
|
/>,
|
|
103269
102885
|
"value": "fr",
|
|
103270
102886
|
},
|
|
103271
|
-
Object {
|
|
103272
|
-
"label": <FormattedMessage
|
|
103273
|
-
defaultMessage="Georgian"
|
|
103274
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
103275
|
-
values={Object {}}
|
|
103276
|
-
/>,
|
|
103277
|
-
"value": "ka",
|
|
103278
|
-
},
|
|
103279
102887
|
Object {
|
|
103280
102888
|
"label": <FormattedMessage
|
|
103281
102889
|
defaultMessage="German"
|
|
@@ -103380,14 +102988,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
103380
102988
|
/>,
|
|
103381
102989
|
"value": "kk",
|
|
103382
102990
|
},
|
|
103383
|
-
Object {
|
|
103384
|
-
"label": <FormattedMessage
|
|
103385
|
-
defaultMessage="Kinyarwanda"
|
|
103386
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
103387
|
-
values={Object {}}
|
|
103388
|
-
/>,
|
|
103389
|
-
"value": "rw_RW",
|
|
103390
|
-
},
|
|
103391
102991
|
Object {
|
|
103392
102992
|
"label": <FormattedMessage
|
|
103393
102993
|
defaultMessage="Korean"
|
|
@@ -103396,14 +102996,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
103396
102996
|
/>,
|
|
103397
102997
|
"value": "ko",
|
|
103398
102998
|
},
|
|
103399
|
-
Object {
|
|
103400
|
-
"label": <FormattedMessage
|
|
103401
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
103402
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
103403
|
-
values={Object {}}
|
|
103404
|
-
/>,
|
|
103405
|
-
"value": "ky_KG",
|
|
103406
|
-
},
|
|
103407
102999
|
Object {
|
|
103408
103000
|
"label": <FormattedMessage
|
|
103409
103001
|
defaultMessage="Lao"
|
|
@@ -103444,14 +103036,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
103444
103036
|
/>,
|
|
103445
103037
|
"value": "ms",
|
|
103446
103038
|
},
|
|
103447
|
-
Object {
|
|
103448
|
-
"label": <FormattedMessage
|
|
103449
|
-
defaultMessage="Malayalam"
|
|
103450
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
103451
|
-
values={Object {}}
|
|
103452
|
-
/>,
|
|
103453
|
-
"value": "ml",
|
|
103454
|
-
},
|
|
103455
103039
|
Object {
|
|
103456
103040
|
"label": <FormattedMessage
|
|
103457
103041
|
defaultMessage="Marathi"
|
|
@@ -103857,14 +103441,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
103857
103441
|
/>,
|
|
103858
103442
|
"value": "fr",
|
|
103859
103443
|
},
|
|
103860
|
-
Object {
|
|
103861
|
-
"label": <FormattedMessage
|
|
103862
|
-
defaultMessage="Georgian"
|
|
103863
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
103864
|
-
values={Object {}}
|
|
103865
|
-
/>,
|
|
103866
|
-
"value": "ka",
|
|
103867
|
-
},
|
|
103868
103444
|
Object {
|
|
103869
103445
|
"label": <FormattedMessage
|
|
103870
103446
|
defaultMessage="German"
|
|
@@ -103969,14 +103545,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
103969
103545
|
/>,
|
|
103970
103546
|
"value": "kk",
|
|
103971
103547
|
},
|
|
103972
|
-
Object {
|
|
103973
|
-
"label": <FormattedMessage
|
|
103974
|
-
defaultMessage="Kinyarwanda"
|
|
103975
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
103976
|
-
values={Object {}}
|
|
103977
|
-
/>,
|
|
103978
|
-
"value": "rw_RW",
|
|
103979
|
-
},
|
|
103980
103548
|
Object {
|
|
103981
103549
|
"label": <FormattedMessage
|
|
103982
103550
|
defaultMessage="Korean"
|
|
@@ -103985,14 +103553,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
103985
103553
|
/>,
|
|
103986
103554
|
"value": "ko",
|
|
103987
103555
|
},
|
|
103988
|
-
Object {
|
|
103989
|
-
"label": <FormattedMessage
|
|
103990
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
103991
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
103992
|
-
values={Object {}}
|
|
103993
|
-
/>,
|
|
103994
|
-
"value": "ky_KG",
|
|
103995
|
-
},
|
|
103996
103556
|
Object {
|
|
103997
103557
|
"label": <FormattedMessage
|
|
103998
103558
|
defaultMessage="Lao"
|
|
@@ -104033,14 +103593,6 @@ exports[`Creatives Whatsapp test/> template message 3`] = `
|
|
|
104033
103593
|
/>,
|
|
104034
103594
|
"value": "ms",
|
|
104035
103595
|
},
|
|
104036
|
-
Object {
|
|
104037
|
-
"label": <FormattedMessage
|
|
104038
|
-
defaultMessage="Malayalam"
|
|
104039
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
104040
|
-
values={Object {}}
|
|
104041
|
-
/>,
|
|
104042
|
-
"value": "ml",
|
|
104043
|
-
},
|
|
104044
103596
|
Object {
|
|
104045
103597
|
"label": <FormattedMessage
|
|
104046
103598
|
defaultMessage="Marathi"
|
|
@@ -115126,14 +114678,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115126
114678
|
/>,
|
|
115127
114679
|
"value": "fr",
|
|
115128
114680
|
},
|
|
115129
|
-
Object {
|
|
115130
|
-
"label": <FormattedMessage
|
|
115131
|
-
defaultMessage="Georgian"
|
|
115132
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
115133
|
-
values={Object {}}
|
|
115134
|
-
/>,
|
|
115135
|
-
"value": "ka",
|
|
115136
|
-
},
|
|
115137
114681
|
Object {
|
|
115138
114682
|
"label": <FormattedMessage
|
|
115139
114683
|
defaultMessage="German"
|
|
@@ -115238,14 +114782,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115238
114782
|
/>,
|
|
115239
114783
|
"value": "kk",
|
|
115240
114784
|
},
|
|
115241
|
-
Object {
|
|
115242
|
-
"label": <FormattedMessage
|
|
115243
|
-
defaultMessage="Kinyarwanda"
|
|
115244
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
115245
|
-
values={Object {}}
|
|
115246
|
-
/>,
|
|
115247
|
-
"value": "rw_RW",
|
|
115248
|
-
},
|
|
115249
114785
|
Object {
|
|
115250
114786
|
"label": <FormattedMessage
|
|
115251
114787
|
defaultMessage="Korean"
|
|
@@ -115254,14 +114790,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115254
114790
|
/>,
|
|
115255
114791
|
"value": "ko",
|
|
115256
114792
|
},
|
|
115257
|
-
Object {
|
|
115258
|
-
"label": <FormattedMessage
|
|
115259
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
115260
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
115261
|
-
values={Object {}}
|
|
115262
|
-
/>,
|
|
115263
|
-
"value": "ky_KG",
|
|
115264
|
-
},
|
|
115265
114793
|
Object {
|
|
115266
114794
|
"label": <FormattedMessage
|
|
115267
114795
|
defaultMessage="Lao"
|
|
@@ -115302,14 +114830,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115302
114830
|
/>,
|
|
115303
114831
|
"value": "ms",
|
|
115304
114832
|
},
|
|
115305
|
-
Object {
|
|
115306
|
-
"label": <FormattedMessage
|
|
115307
|
-
defaultMessage="Malayalam"
|
|
115308
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
115309
|
-
values={Object {}}
|
|
115310
|
-
/>,
|
|
115311
|
-
"value": "ml",
|
|
115312
|
-
},
|
|
115313
114833
|
Object {
|
|
115314
114834
|
"label": <FormattedMessage
|
|
115315
114835
|
defaultMessage="Marathi"
|
|
@@ -115715,14 +115235,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115715
115235
|
/>,
|
|
115716
115236
|
"value": "fr",
|
|
115717
115237
|
},
|
|
115718
|
-
Object {
|
|
115719
|
-
"label": <FormattedMessage
|
|
115720
|
-
defaultMessage="Georgian"
|
|
115721
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
115722
|
-
values={Object {}}
|
|
115723
|
-
/>,
|
|
115724
|
-
"value": "ka",
|
|
115725
|
-
},
|
|
115726
115238
|
Object {
|
|
115727
115239
|
"label": <FormattedMessage
|
|
115728
115240
|
defaultMessage="German"
|
|
@@ -115827,14 +115339,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115827
115339
|
/>,
|
|
115828
115340
|
"value": "kk",
|
|
115829
115341
|
},
|
|
115830
|
-
Object {
|
|
115831
|
-
"label": <FormattedMessage
|
|
115832
|
-
defaultMessage="Kinyarwanda"
|
|
115833
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
115834
|
-
values={Object {}}
|
|
115835
|
-
/>,
|
|
115836
|
-
"value": "rw_RW",
|
|
115837
|
-
},
|
|
115838
115342
|
Object {
|
|
115839
115343
|
"label": <FormattedMessage
|
|
115840
115344
|
defaultMessage="Korean"
|
|
@@ -115843,14 +115347,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115843
115347
|
/>,
|
|
115844
115348
|
"value": "ko",
|
|
115845
115349
|
},
|
|
115846
|
-
Object {
|
|
115847
|
-
"label": <FormattedMessage
|
|
115848
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
115849
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
115850
|
-
values={Object {}}
|
|
115851
|
-
/>,
|
|
115852
|
-
"value": "ky_KG",
|
|
115853
|
-
},
|
|
115854
115350
|
Object {
|
|
115855
115351
|
"label": <FormattedMessage
|
|
115856
115352
|
defaultMessage="Lao"
|
|
@@ -115891,14 +115387,6 @@ exports[`Creatives Whatsapp test/> template message 4`] = `
|
|
|
115891
115387
|
/>,
|
|
115892
115388
|
"value": "ms",
|
|
115893
115389
|
},
|
|
115894
|
-
Object {
|
|
115895
|
-
"label": <FormattedMessage
|
|
115896
|
-
defaultMessage="Malayalam"
|
|
115897
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
115898
|
-
values={Object {}}
|
|
115899
|
-
/>,
|
|
115900
|
-
"value": "ml",
|
|
115901
|
-
},
|
|
115902
115390
|
Object {
|
|
115903
115391
|
"label": <FormattedMessage
|
|
115904
115392
|
defaultMessage="Marathi"
|
|
@@ -127265,14 +126753,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
127265
126753
|
/>,
|
|
127266
126754
|
"value": "fr",
|
|
127267
126755
|
},
|
|
127268
|
-
Object {
|
|
127269
|
-
"label": <FormattedMessage
|
|
127270
|
-
defaultMessage="Georgian"
|
|
127271
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
127272
|
-
values={Object {}}
|
|
127273
|
-
/>,
|
|
127274
|
-
"value": "ka",
|
|
127275
|
-
},
|
|
127276
126756
|
Object {
|
|
127277
126757
|
"label": <FormattedMessage
|
|
127278
126758
|
defaultMessage="German"
|
|
@@ -127377,14 +126857,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
127377
126857
|
/>,
|
|
127378
126858
|
"value": "kk",
|
|
127379
126859
|
},
|
|
127380
|
-
Object {
|
|
127381
|
-
"label": <FormattedMessage
|
|
127382
|
-
defaultMessage="Kinyarwanda"
|
|
127383
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
127384
|
-
values={Object {}}
|
|
127385
|
-
/>,
|
|
127386
|
-
"value": "rw_RW",
|
|
127387
|
-
},
|
|
127388
126860
|
Object {
|
|
127389
126861
|
"label": <FormattedMessage
|
|
127390
126862
|
defaultMessage="Korean"
|
|
@@ -127393,14 +126865,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
127393
126865
|
/>,
|
|
127394
126866
|
"value": "ko",
|
|
127395
126867
|
},
|
|
127396
|
-
Object {
|
|
127397
|
-
"label": <FormattedMessage
|
|
127398
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
127399
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
127400
|
-
values={Object {}}
|
|
127401
|
-
/>,
|
|
127402
|
-
"value": "ky_KG",
|
|
127403
|
-
},
|
|
127404
126868
|
Object {
|
|
127405
126869
|
"label": <FormattedMessage
|
|
127406
126870
|
defaultMessage="Lao"
|
|
@@ -127441,14 +126905,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
127441
126905
|
/>,
|
|
127442
126906
|
"value": "ms",
|
|
127443
126907
|
},
|
|
127444
|
-
Object {
|
|
127445
|
-
"label": <FormattedMessage
|
|
127446
|
-
defaultMessage="Malayalam"
|
|
127447
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
127448
|
-
values={Object {}}
|
|
127449
|
-
/>,
|
|
127450
|
-
"value": "ml",
|
|
127451
|
-
},
|
|
127452
126908
|
Object {
|
|
127453
126909
|
"label": <FormattedMessage
|
|
127454
126910
|
defaultMessage="Marathi"
|
|
@@ -127854,14 +127310,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
127854
127310
|
/>,
|
|
127855
127311
|
"value": "fr",
|
|
127856
127312
|
},
|
|
127857
|
-
Object {
|
|
127858
|
-
"label": <FormattedMessage
|
|
127859
|
-
defaultMessage="Georgian"
|
|
127860
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
127861
|
-
values={Object {}}
|
|
127862
|
-
/>,
|
|
127863
|
-
"value": "ka",
|
|
127864
|
-
},
|
|
127865
127313
|
Object {
|
|
127866
127314
|
"label": <FormattedMessage
|
|
127867
127315
|
defaultMessage="German"
|
|
@@ -127966,14 +127414,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
127966
127414
|
/>,
|
|
127967
127415
|
"value": "kk",
|
|
127968
127416
|
},
|
|
127969
|
-
Object {
|
|
127970
|
-
"label": <FormattedMessage
|
|
127971
|
-
defaultMessage="Kinyarwanda"
|
|
127972
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
127973
|
-
values={Object {}}
|
|
127974
|
-
/>,
|
|
127975
|
-
"value": "rw_RW",
|
|
127976
|
-
},
|
|
127977
127417
|
Object {
|
|
127978
127418
|
"label": <FormattedMessage
|
|
127979
127419
|
defaultMessage="Korean"
|
|
@@ -127982,14 +127422,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
127982
127422
|
/>,
|
|
127983
127423
|
"value": "ko",
|
|
127984
127424
|
},
|
|
127985
|
-
Object {
|
|
127986
|
-
"label": <FormattedMessage
|
|
127987
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
127988
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
127989
|
-
values={Object {}}
|
|
127990
|
-
/>,
|
|
127991
|
-
"value": "ky_KG",
|
|
127992
|
-
},
|
|
127993
127425
|
Object {
|
|
127994
127426
|
"label": <FormattedMessage
|
|
127995
127427
|
defaultMessage="Lao"
|
|
@@ -128030,14 +127462,6 @@ exports[`Creatives Whatsapp test/> template message 5`] = `
|
|
|
128030
127462
|
/>,
|
|
128031
127463
|
"value": "ms",
|
|
128032
127464
|
},
|
|
128033
|
-
Object {
|
|
128034
|
-
"label": <FormattedMessage
|
|
128035
|
-
defaultMessage="Malayalam"
|
|
128036
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
128037
|
-
values={Object {}}
|
|
128038
|
-
/>,
|
|
128039
|
-
"value": "ml",
|
|
128040
|
-
},
|
|
128041
127465
|
Object {
|
|
128042
127466
|
"label": <FormattedMessage
|
|
128043
127467
|
defaultMessage="Marathi"
|
|
@@ -139685,14 +139109,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
139685
139109
|
/>,
|
|
139686
139110
|
"value": "fr",
|
|
139687
139111
|
},
|
|
139688
|
-
Object {
|
|
139689
|
-
"label": <FormattedMessage
|
|
139690
|
-
defaultMessage="Georgian"
|
|
139691
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
139692
|
-
values={Object {}}
|
|
139693
|
-
/>,
|
|
139694
|
-
"value": "ka",
|
|
139695
|
-
},
|
|
139696
139112
|
Object {
|
|
139697
139113
|
"label": <FormattedMessage
|
|
139698
139114
|
defaultMessage="German"
|
|
@@ -139797,14 +139213,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
139797
139213
|
/>,
|
|
139798
139214
|
"value": "kk",
|
|
139799
139215
|
},
|
|
139800
|
-
Object {
|
|
139801
|
-
"label": <FormattedMessage
|
|
139802
|
-
defaultMessage="Kinyarwanda"
|
|
139803
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
139804
|
-
values={Object {}}
|
|
139805
|
-
/>,
|
|
139806
|
-
"value": "rw_RW",
|
|
139807
|
-
},
|
|
139808
139216
|
Object {
|
|
139809
139217
|
"label": <FormattedMessage
|
|
139810
139218
|
defaultMessage="Korean"
|
|
@@ -139813,14 +139221,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
139813
139221
|
/>,
|
|
139814
139222
|
"value": "ko",
|
|
139815
139223
|
},
|
|
139816
|
-
Object {
|
|
139817
|
-
"label": <FormattedMessage
|
|
139818
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
139819
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
139820
|
-
values={Object {}}
|
|
139821
|
-
/>,
|
|
139822
|
-
"value": "ky_KG",
|
|
139823
|
-
},
|
|
139824
139224
|
Object {
|
|
139825
139225
|
"label": <FormattedMessage
|
|
139826
139226
|
defaultMessage="Lao"
|
|
@@ -139861,14 +139261,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
139861
139261
|
/>,
|
|
139862
139262
|
"value": "ms",
|
|
139863
139263
|
},
|
|
139864
|
-
Object {
|
|
139865
|
-
"label": <FormattedMessage
|
|
139866
|
-
defaultMessage="Malayalam"
|
|
139867
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
139868
|
-
values={Object {}}
|
|
139869
|
-
/>,
|
|
139870
|
-
"value": "ml",
|
|
139871
|
-
},
|
|
139872
139264
|
Object {
|
|
139873
139265
|
"label": <FormattedMessage
|
|
139874
139266
|
defaultMessage="Marathi"
|
|
@@ -140274,14 +139666,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
140274
139666
|
/>,
|
|
140275
139667
|
"value": "fr",
|
|
140276
139668
|
},
|
|
140277
|
-
Object {
|
|
140278
|
-
"label": <FormattedMessage
|
|
140279
|
-
defaultMessage="Georgian"
|
|
140280
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
140281
|
-
values={Object {}}
|
|
140282
|
-
/>,
|
|
140283
|
-
"value": "ka",
|
|
140284
|
-
},
|
|
140285
139669
|
Object {
|
|
140286
139670
|
"label": <FormattedMessage
|
|
140287
139671
|
defaultMessage="German"
|
|
@@ -140386,14 +139770,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
140386
139770
|
/>,
|
|
140387
139771
|
"value": "kk",
|
|
140388
139772
|
},
|
|
140389
|
-
Object {
|
|
140390
|
-
"label": <FormattedMessage
|
|
140391
|
-
defaultMessage="Kinyarwanda"
|
|
140392
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
140393
|
-
values={Object {}}
|
|
140394
|
-
/>,
|
|
140395
|
-
"value": "rw_RW",
|
|
140396
|
-
},
|
|
140397
139773
|
Object {
|
|
140398
139774
|
"label": <FormattedMessage
|
|
140399
139775
|
defaultMessage="Korean"
|
|
@@ -140402,14 +139778,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
140402
139778
|
/>,
|
|
140403
139779
|
"value": "ko",
|
|
140404
139780
|
},
|
|
140405
|
-
Object {
|
|
140406
|
-
"label": <FormattedMessage
|
|
140407
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
140408
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
140409
|
-
values={Object {}}
|
|
140410
|
-
/>,
|
|
140411
|
-
"value": "ky_KG",
|
|
140412
|
-
},
|
|
140413
139781
|
Object {
|
|
140414
139782
|
"label": <FormattedMessage
|
|
140415
139783
|
defaultMessage="Lao"
|
|
@@ -140450,14 +139818,6 @@ exports[`Creatives Whatsapp test/> template message 6`] = `
|
|
|
140450
139818
|
/>,
|
|
140451
139819
|
"value": "ms",
|
|
140452
139820
|
},
|
|
140453
|
-
Object {
|
|
140454
|
-
"label": <FormattedMessage
|
|
140455
|
-
defaultMessage="Malayalam"
|
|
140456
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
140457
|
-
values={Object {}}
|
|
140458
|
-
/>,
|
|
140459
|
-
"value": "ml",
|
|
140460
|
-
},
|
|
140461
139821
|
Object {
|
|
140462
139822
|
"label": <FormattedMessage
|
|
140463
139823
|
defaultMessage="Marathi"
|
|
@@ -152386,14 +151746,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
152386
151746
|
/>,
|
|
152387
151747
|
"value": "fr",
|
|
152388
151748
|
},
|
|
152389
|
-
Object {
|
|
152390
|
-
"label": <FormattedMessage
|
|
152391
|
-
defaultMessage="Georgian"
|
|
152392
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
152393
|
-
values={Object {}}
|
|
152394
|
-
/>,
|
|
152395
|
-
"value": "ka",
|
|
152396
|
-
},
|
|
152397
151749
|
Object {
|
|
152398
151750
|
"label": <FormattedMessage
|
|
152399
151751
|
defaultMessage="German"
|
|
@@ -152498,14 +151850,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
152498
151850
|
/>,
|
|
152499
151851
|
"value": "kk",
|
|
152500
151852
|
},
|
|
152501
|
-
Object {
|
|
152502
|
-
"label": <FormattedMessage
|
|
152503
|
-
defaultMessage="Kinyarwanda"
|
|
152504
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
152505
|
-
values={Object {}}
|
|
152506
|
-
/>,
|
|
152507
|
-
"value": "rw_RW",
|
|
152508
|
-
},
|
|
152509
151853
|
Object {
|
|
152510
151854
|
"label": <FormattedMessage
|
|
152511
151855
|
defaultMessage="Korean"
|
|
@@ -152514,14 +151858,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
152514
151858
|
/>,
|
|
152515
151859
|
"value": "ko",
|
|
152516
151860
|
},
|
|
152517
|
-
Object {
|
|
152518
|
-
"label": <FormattedMessage
|
|
152519
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
152520
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
152521
|
-
values={Object {}}
|
|
152522
|
-
/>,
|
|
152523
|
-
"value": "ky_KG",
|
|
152524
|
-
},
|
|
152525
151861
|
Object {
|
|
152526
151862
|
"label": <FormattedMessage
|
|
152527
151863
|
defaultMessage="Lao"
|
|
@@ -152562,14 +151898,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
152562
151898
|
/>,
|
|
152563
151899
|
"value": "ms",
|
|
152564
151900
|
},
|
|
152565
|
-
Object {
|
|
152566
|
-
"label": <FormattedMessage
|
|
152567
|
-
defaultMessage="Malayalam"
|
|
152568
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
152569
|
-
values={Object {}}
|
|
152570
|
-
/>,
|
|
152571
|
-
"value": "ml",
|
|
152572
|
-
},
|
|
152573
151901
|
Object {
|
|
152574
151902
|
"label": <FormattedMessage
|
|
152575
151903
|
defaultMessage="Marathi"
|
|
@@ -152975,14 +152303,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
152975
152303
|
/>,
|
|
152976
152304
|
"value": "fr",
|
|
152977
152305
|
},
|
|
152978
|
-
Object {
|
|
152979
|
-
"label": <FormattedMessage
|
|
152980
|
-
defaultMessage="Georgian"
|
|
152981
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
152982
|
-
values={Object {}}
|
|
152983
|
-
/>,
|
|
152984
|
-
"value": "ka",
|
|
152985
|
-
},
|
|
152986
152306
|
Object {
|
|
152987
152307
|
"label": <FormattedMessage
|
|
152988
152308
|
defaultMessage="German"
|
|
@@ -153087,14 +152407,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
153087
152407
|
/>,
|
|
153088
152408
|
"value": "kk",
|
|
153089
152409
|
},
|
|
153090
|
-
Object {
|
|
153091
|
-
"label": <FormattedMessage
|
|
153092
|
-
defaultMessage="Kinyarwanda"
|
|
153093
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
153094
|
-
values={Object {}}
|
|
153095
|
-
/>,
|
|
153096
|
-
"value": "rw_RW",
|
|
153097
|
-
},
|
|
153098
152410
|
Object {
|
|
153099
152411
|
"label": <FormattedMessage
|
|
153100
152412
|
defaultMessage="Korean"
|
|
@@ -153103,14 +152415,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
153103
152415
|
/>,
|
|
153104
152416
|
"value": "ko",
|
|
153105
152417
|
},
|
|
153106
|
-
Object {
|
|
153107
|
-
"label": <FormattedMessage
|
|
153108
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
153109
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
153110
|
-
values={Object {}}
|
|
153111
|
-
/>,
|
|
153112
|
-
"value": "ky_KG",
|
|
153113
|
-
},
|
|
153114
152418
|
Object {
|
|
153115
152419
|
"label": <FormattedMessage
|
|
153116
152420
|
defaultMessage="Lao"
|
|
@@ -153151,14 +152455,6 @@ exports[`Creatives Whatsapp test/> template message 7`] = `
|
|
|
153151
152455
|
/>,
|
|
153152
152456
|
"value": "ms",
|
|
153153
152457
|
},
|
|
153154
|
-
Object {
|
|
153155
|
-
"label": <FormattedMessage
|
|
153156
|
-
defaultMessage="Malayalam"
|
|
153157
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
153158
|
-
values={Object {}}
|
|
153159
|
-
/>,
|
|
153160
|
-
"value": "ml",
|
|
153161
|
-
},
|
|
153162
152458
|
Object {
|
|
153163
152459
|
"label": <FormattedMessage
|
|
153164
152460
|
defaultMessage="Marathi"
|
|
@@ -165358,14 +164654,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
165358
164654
|
/>,
|
|
165359
164655
|
"value": "fr",
|
|
165360
164656
|
},
|
|
165361
|
-
Object {
|
|
165362
|
-
"label": <FormattedMessage
|
|
165363
|
-
defaultMessage="Georgian"
|
|
165364
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
165365
|
-
values={Object {}}
|
|
165366
|
-
/>,
|
|
165367
|
-
"value": "ka",
|
|
165368
|
-
},
|
|
165369
164657
|
Object {
|
|
165370
164658
|
"label": <FormattedMessage
|
|
165371
164659
|
defaultMessage="German"
|
|
@@ -165470,14 +164758,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
165470
164758
|
/>,
|
|
165471
164759
|
"value": "kk",
|
|
165472
164760
|
},
|
|
165473
|
-
Object {
|
|
165474
|
-
"label": <FormattedMessage
|
|
165475
|
-
defaultMessage="Kinyarwanda"
|
|
165476
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
165477
|
-
values={Object {}}
|
|
165478
|
-
/>,
|
|
165479
|
-
"value": "rw_RW",
|
|
165480
|
-
},
|
|
165481
164761
|
Object {
|
|
165482
164762
|
"label": <FormattedMessage
|
|
165483
164763
|
defaultMessage="Korean"
|
|
@@ -165486,14 +164766,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
165486
164766
|
/>,
|
|
165487
164767
|
"value": "ko",
|
|
165488
164768
|
},
|
|
165489
|
-
Object {
|
|
165490
|
-
"label": <FormattedMessage
|
|
165491
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
165492
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
165493
|
-
values={Object {}}
|
|
165494
|
-
/>,
|
|
165495
|
-
"value": "ky_KG",
|
|
165496
|
-
},
|
|
165497
164769
|
Object {
|
|
165498
164770
|
"label": <FormattedMessage
|
|
165499
164771
|
defaultMessage="Lao"
|
|
@@ -165534,14 +164806,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
165534
164806
|
/>,
|
|
165535
164807
|
"value": "ms",
|
|
165536
164808
|
},
|
|
165537
|
-
Object {
|
|
165538
|
-
"label": <FormattedMessage
|
|
165539
|
-
defaultMessage="Malayalam"
|
|
165540
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
165541
|
-
values={Object {}}
|
|
165542
|
-
/>,
|
|
165543
|
-
"value": "ml",
|
|
165544
|
-
},
|
|
165545
164809
|
Object {
|
|
165546
164810
|
"label": <FormattedMessage
|
|
165547
164811
|
defaultMessage="Marathi"
|
|
@@ -165947,14 +165211,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
165947
165211
|
/>,
|
|
165948
165212
|
"value": "fr",
|
|
165949
165213
|
},
|
|
165950
|
-
Object {
|
|
165951
|
-
"label": <FormattedMessage
|
|
165952
|
-
defaultMessage="Georgian"
|
|
165953
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
165954
|
-
values={Object {}}
|
|
165955
|
-
/>,
|
|
165956
|
-
"value": "ka",
|
|
165957
|
-
},
|
|
165958
165214
|
Object {
|
|
165959
165215
|
"label": <FormattedMessage
|
|
165960
165216
|
defaultMessage="German"
|
|
@@ -166059,14 +165315,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
166059
165315
|
/>,
|
|
166060
165316
|
"value": "kk",
|
|
166061
165317
|
},
|
|
166062
|
-
Object {
|
|
166063
|
-
"label": <FormattedMessage
|
|
166064
|
-
defaultMessage="Kinyarwanda"
|
|
166065
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
166066
|
-
values={Object {}}
|
|
166067
|
-
/>,
|
|
166068
|
-
"value": "rw_RW",
|
|
166069
|
-
},
|
|
166070
165318
|
Object {
|
|
166071
165319
|
"label": <FormattedMessage
|
|
166072
165320
|
defaultMessage="Korean"
|
|
@@ -166075,14 +165323,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
166075
165323
|
/>,
|
|
166076
165324
|
"value": "ko",
|
|
166077
165325
|
},
|
|
166078
|
-
Object {
|
|
166079
|
-
"label": <FormattedMessage
|
|
166080
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
166081
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
166082
|
-
values={Object {}}
|
|
166083
|
-
/>,
|
|
166084
|
-
"value": "ky_KG",
|
|
166085
|
-
},
|
|
166086
165326
|
Object {
|
|
166087
165327
|
"label": <FormattedMessage
|
|
166088
165328
|
defaultMessage="Lao"
|
|
@@ -166123,14 +165363,6 @@ exports[`Creatives Whatsapp test/> template message 8`] = `
|
|
|
166123
165363
|
/>,
|
|
166124
165364
|
"value": "ms",
|
|
166125
165365
|
},
|
|
166126
|
-
Object {
|
|
166127
|
-
"label": <FormattedMessage
|
|
166128
|
-
defaultMessage="Malayalam"
|
|
166129
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
166130
|
-
values={Object {}}
|
|
166131
|
-
/>,
|
|
166132
|
-
"value": "ml",
|
|
166133
|
-
},
|
|
166134
165366
|
Object {
|
|
166135
165367
|
"label": <FormattedMessage
|
|
166136
165368
|
defaultMessage="Marathi"
|
|
@@ -176393,14 +175625,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
176393
175625
|
/>,
|
|
176394
175626
|
"value": "fr",
|
|
176395
175627
|
},
|
|
176396
|
-
Object {
|
|
176397
|
-
"label": <FormattedMessage
|
|
176398
|
-
defaultMessage="Georgian"
|
|
176399
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
176400
|
-
values={Object {}}
|
|
176401
|
-
/>,
|
|
176402
|
-
"value": "ka",
|
|
176403
|
-
},
|
|
176404
175628
|
Object {
|
|
176405
175629
|
"label": <FormattedMessage
|
|
176406
175630
|
defaultMessage="German"
|
|
@@ -176505,14 +175729,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
176505
175729
|
/>,
|
|
176506
175730
|
"value": "kk",
|
|
176507
175731
|
},
|
|
176508
|
-
Object {
|
|
176509
|
-
"label": <FormattedMessage
|
|
176510
|
-
defaultMessage="Kinyarwanda"
|
|
176511
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
176512
|
-
values={Object {}}
|
|
176513
|
-
/>,
|
|
176514
|
-
"value": "rw_RW",
|
|
176515
|
-
},
|
|
176516
175732
|
Object {
|
|
176517
175733
|
"label": <FormattedMessage
|
|
176518
175734
|
defaultMessage="Korean"
|
|
@@ -176521,14 +175737,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
176521
175737
|
/>,
|
|
176522
175738
|
"value": "ko",
|
|
176523
175739
|
},
|
|
176524
|
-
Object {
|
|
176525
|
-
"label": <FormattedMessage
|
|
176526
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
176527
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
176528
|
-
values={Object {}}
|
|
176529
|
-
/>,
|
|
176530
|
-
"value": "ky_KG",
|
|
176531
|
-
},
|
|
176532
175740
|
Object {
|
|
176533
175741
|
"label": <FormattedMessage
|
|
176534
175742
|
defaultMessage="Lao"
|
|
@@ -176569,14 +175777,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
176569
175777
|
/>,
|
|
176570
175778
|
"value": "ms",
|
|
176571
175779
|
},
|
|
176572
|
-
Object {
|
|
176573
|
-
"label": <FormattedMessage
|
|
176574
|
-
defaultMessage="Malayalam"
|
|
176575
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
176576
|
-
values={Object {}}
|
|
176577
|
-
/>,
|
|
176578
|
-
"value": "ml",
|
|
176579
|
-
},
|
|
176580
175780
|
Object {
|
|
176581
175781
|
"label": <FormattedMessage
|
|
176582
175782
|
defaultMessage="Marathi"
|
|
@@ -176982,14 +176182,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
176982
176182
|
/>,
|
|
176983
176183
|
"value": "fr",
|
|
176984
176184
|
},
|
|
176985
|
-
Object {
|
|
176986
|
-
"label": <FormattedMessage
|
|
176987
|
-
defaultMessage="Georgian"
|
|
176988
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
176989
|
-
values={Object {}}
|
|
176990
|
-
/>,
|
|
176991
|
-
"value": "ka",
|
|
176992
|
-
},
|
|
176993
176185
|
Object {
|
|
176994
176186
|
"label": <FormattedMessage
|
|
176995
176187
|
defaultMessage="German"
|
|
@@ -177094,14 +176286,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
177094
176286
|
/>,
|
|
177095
176287
|
"value": "kk",
|
|
177096
176288
|
},
|
|
177097
|
-
Object {
|
|
177098
|
-
"label": <FormattedMessage
|
|
177099
|
-
defaultMessage="Kinyarwanda"
|
|
177100
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
177101
|
-
values={Object {}}
|
|
177102
|
-
/>,
|
|
177103
|
-
"value": "rw_RW",
|
|
177104
|
-
},
|
|
177105
176289
|
Object {
|
|
177106
176290
|
"label": <FormattedMessage
|
|
177107
176291
|
defaultMessage="Korean"
|
|
@@ -177110,14 +176294,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
177110
176294
|
/>,
|
|
177111
176295
|
"value": "ko",
|
|
177112
176296
|
},
|
|
177113
|
-
Object {
|
|
177114
|
-
"label": <FormattedMessage
|
|
177115
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
177116
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
177117
|
-
values={Object {}}
|
|
177118
|
-
/>,
|
|
177119
|
-
"value": "ky_KG",
|
|
177120
|
-
},
|
|
177121
176297
|
Object {
|
|
177122
176298
|
"label": <FormattedMessage
|
|
177123
176299
|
defaultMessage="Lao"
|
|
@@ -177158,14 +176334,6 @@ exports[`Creatives Whatsapp test/> template name change 1`] = `
|
|
|
177158
176334
|
/>,
|
|
177159
176335
|
"value": "ms",
|
|
177160
176336
|
},
|
|
177161
|
-
Object {
|
|
177162
|
-
"label": <FormattedMessage
|
|
177163
|
-
defaultMessage="Malayalam"
|
|
177164
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
177165
|
-
values={Object {}}
|
|
177166
|
-
/>,
|
|
177167
|
-
"value": "ml",
|
|
177168
|
-
},
|
|
177169
176337
|
Object {
|
|
177170
176338
|
"label": <FormattedMessage
|
|
177171
176339
|
defaultMessage="Marathi"
|
|
@@ -185288,7 +184456,7 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
185288
184456
|
Array [
|
|
185289
184457
|
Object {
|
|
185290
184458
|
"defaultMessage": "Template name cannot be empty",
|
|
185291
|
-
"id": "creatives.containersV2.
|
|
184459
|
+
"id": "creatives.containersV2.emptyTemplateNameErrorMessage",
|
|
185292
184460
|
},
|
|
185293
184461
|
],
|
|
185294
184462
|
Array [
|
|
@@ -187704,14 +186872,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
187704
186872
|
/>,
|
|
187705
186873
|
"value": "fr",
|
|
187706
186874
|
},
|
|
187707
|
-
Object {
|
|
187708
|
-
"label": <FormattedMessage
|
|
187709
|
-
defaultMessage="Georgian"
|
|
187710
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
187711
|
-
values={Object {}}
|
|
187712
|
-
/>,
|
|
187713
|
-
"value": "ka",
|
|
187714
|
-
},
|
|
187715
186875
|
Object {
|
|
187716
186876
|
"label": <FormattedMessage
|
|
187717
186877
|
defaultMessage="German"
|
|
@@ -187816,14 +186976,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
187816
186976
|
/>,
|
|
187817
186977
|
"value": "kk",
|
|
187818
186978
|
},
|
|
187819
|
-
Object {
|
|
187820
|
-
"label": <FormattedMessage
|
|
187821
|
-
defaultMessage="Kinyarwanda"
|
|
187822
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
187823
|
-
values={Object {}}
|
|
187824
|
-
/>,
|
|
187825
|
-
"value": "rw_RW",
|
|
187826
|
-
},
|
|
187827
186979
|
Object {
|
|
187828
186980
|
"label": <FormattedMessage
|
|
187829
186981
|
defaultMessage="Korean"
|
|
@@ -187832,14 +186984,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
187832
186984
|
/>,
|
|
187833
186985
|
"value": "ko",
|
|
187834
186986
|
},
|
|
187835
|
-
Object {
|
|
187836
|
-
"label": <FormattedMessage
|
|
187837
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
187838
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
187839
|
-
values={Object {}}
|
|
187840
|
-
/>,
|
|
187841
|
-
"value": "ky_KG",
|
|
187842
|
-
},
|
|
187843
186987
|
Object {
|
|
187844
186988
|
"label": <FormattedMessage
|
|
187845
186989
|
defaultMessage="Lao"
|
|
@@ -187880,14 +187024,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
187880
187024
|
/>,
|
|
187881
187025
|
"value": "ms",
|
|
187882
187026
|
},
|
|
187883
|
-
Object {
|
|
187884
|
-
"label": <FormattedMessage
|
|
187885
|
-
defaultMessage="Malayalam"
|
|
187886
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
187887
|
-
values={Object {}}
|
|
187888
|
-
/>,
|
|
187889
|
-
"value": "ml",
|
|
187890
|
-
},
|
|
187891
187027
|
Object {
|
|
187892
187028
|
"label": <FormattedMessage
|
|
187893
187029
|
defaultMessage="Marathi"
|
|
@@ -188293,14 +187429,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
188293
187429
|
/>,
|
|
188294
187430
|
"value": "fr",
|
|
188295
187431
|
},
|
|
188296
|
-
Object {
|
|
188297
|
-
"label": <FormattedMessage
|
|
188298
|
-
defaultMessage="Georgian"
|
|
188299
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
188300
|
-
values={Object {}}
|
|
188301
|
-
/>,
|
|
188302
|
-
"value": "ka",
|
|
188303
|
-
},
|
|
188304
187432
|
Object {
|
|
188305
187433
|
"label": <FormattedMessage
|
|
188306
187434
|
defaultMessage="German"
|
|
@@ -188405,14 +187533,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
188405
187533
|
/>,
|
|
188406
187534
|
"value": "kk",
|
|
188407
187535
|
},
|
|
188408
|
-
Object {
|
|
188409
|
-
"label": <FormattedMessage
|
|
188410
|
-
defaultMessage="Kinyarwanda"
|
|
188411
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
188412
|
-
values={Object {}}
|
|
188413
|
-
/>,
|
|
188414
|
-
"value": "rw_RW",
|
|
188415
|
-
},
|
|
188416
187536
|
Object {
|
|
188417
187537
|
"label": <FormattedMessage
|
|
188418
187538
|
defaultMessage="Korean"
|
|
@@ -188421,14 +187541,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
188421
187541
|
/>,
|
|
188422
187542
|
"value": "ko",
|
|
188423
187543
|
},
|
|
188424
|
-
Object {
|
|
188425
|
-
"label": <FormattedMessage
|
|
188426
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
188427
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
188428
|
-
values={Object {}}
|
|
188429
|
-
/>,
|
|
188430
|
-
"value": "ky_KG",
|
|
188431
|
-
},
|
|
188432
187544
|
Object {
|
|
188433
187545
|
"label": <FormattedMessage
|
|
188434
187546
|
defaultMessage="Lao"
|
|
@@ -188469,14 +187581,6 @@ exports[`Creatives Whatsapp test/> template name change 2`] = `
|
|
|
188469
187581
|
/>,
|
|
188470
187582
|
"value": "ms",
|
|
188471
187583
|
},
|
|
188472
|
-
Object {
|
|
188473
|
-
"label": <FormattedMessage
|
|
188474
|
-
defaultMessage="Malayalam"
|
|
188475
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
188476
|
-
values={Object {}}
|
|
188477
|
-
/>,
|
|
188478
|
-
"value": "ml",
|
|
188479
|
-
},
|
|
188480
187584
|
Object {
|
|
188481
187585
|
"label": <FormattedMessage
|
|
188482
187586
|
defaultMessage="Marathi"
|
|
@@ -196599,7 +195703,7 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
196599
195703
|
Array [
|
|
196600
195704
|
Object {
|
|
196601
195705
|
"defaultMessage": "Template name cannot be empty",
|
|
196602
|
-
"id": "creatives.containersV2.
|
|
195706
|
+
"id": "creatives.containersV2.emptyTemplateNameErrorMessage",
|
|
196603
195707
|
},
|
|
196604
195708
|
],
|
|
196605
195709
|
Array [
|
|
@@ -199306,14 +198410,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
199306
198410
|
/>,
|
|
199307
198411
|
"value": "fr",
|
|
199308
198412
|
},
|
|
199309
|
-
Object {
|
|
199310
|
-
"label": <FormattedMessage
|
|
199311
|
-
defaultMessage="Georgian"
|
|
199312
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
199313
|
-
values={Object {}}
|
|
199314
|
-
/>,
|
|
199315
|
-
"value": "ka",
|
|
199316
|
-
},
|
|
199317
198413
|
Object {
|
|
199318
198414
|
"label": <FormattedMessage
|
|
199319
198415
|
defaultMessage="German"
|
|
@@ -199418,14 +198514,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
199418
198514
|
/>,
|
|
199419
198515
|
"value": "kk",
|
|
199420
198516
|
},
|
|
199421
|
-
Object {
|
|
199422
|
-
"label": <FormattedMessage
|
|
199423
|
-
defaultMessage="Kinyarwanda"
|
|
199424
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
199425
|
-
values={Object {}}
|
|
199426
|
-
/>,
|
|
199427
|
-
"value": "rw_RW",
|
|
199428
|
-
},
|
|
199429
198517
|
Object {
|
|
199430
198518
|
"label": <FormattedMessage
|
|
199431
198519
|
defaultMessage="Korean"
|
|
@@ -199434,14 +198522,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
199434
198522
|
/>,
|
|
199435
198523
|
"value": "ko",
|
|
199436
198524
|
},
|
|
199437
|
-
Object {
|
|
199438
|
-
"label": <FormattedMessage
|
|
199439
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
199440
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
199441
|
-
values={Object {}}
|
|
199442
|
-
/>,
|
|
199443
|
-
"value": "ky_KG",
|
|
199444
|
-
},
|
|
199445
198525
|
Object {
|
|
199446
198526
|
"label": <FormattedMessage
|
|
199447
198527
|
defaultMessage="Lao"
|
|
@@ -199482,14 +198562,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
199482
198562
|
/>,
|
|
199483
198563
|
"value": "ms",
|
|
199484
198564
|
},
|
|
199485
|
-
Object {
|
|
199486
|
-
"label": <FormattedMessage
|
|
199487
|
-
defaultMessage="Malayalam"
|
|
199488
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
199489
|
-
values={Object {}}
|
|
199490
|
-
/>,
|
|
199491
|
-
"value": "ml",
|
|
199492
|
-
},
|
|
199493
198565
|
Object {
|
|
199494
198566
|
"label": <FormattedMessage
|
|
199495
198567
|
defaultMessage="Marathi"
|
|
@@ -199895,14 +198967,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
199895
198967
|
/>,
|
|
199896
198968
|
"value": "fr",
|
|
199897
198969
|
},
|
|
199898
|
-
Object {
|
|
199899
|
-
"label": <FormattedMessage
|
|
199900
|
-
defaultMessage="Georgian"
|
|
199901
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
199902
|
-
values={Object {}}
|
|
199903
|
-
/>,
|
|
199904
|
-
"value": "ka",
|
|
199905
|
-
},
|
|
199906
198970
|
Object {
|
|
199907
198971
|
"label": <FormattedMessage
|
|
199908
198972
|
defaultMessage="German"
|
|
@@ -200007,14 +199071,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
200007
199071
|
/>,
|
|
200008
199072
|
"value": "kk",
|
|
200009
199073
|
},
|
|
200010
|
-
Object {
|
|
200011
|
-
"label": <FormattedMessage
|
|
200012
|
-
defaultMessage="Kinyarwanda"
|
|
200013
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
200014
|
-
values={Object {}}
|
|
200015
|
-
/>,
|
|
200016
|
-
"value": "rw_RW",
|
|
200017
|
-
},
|
|
200018
199074
|
Object {
|
|
200019
199075
|
"label": <FormattedMessage
|
|
200020
199076
|
defaultMessage="Korean"
|
|
@@ -200023,14 +199079,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
200023
199079
|
/>,
|
|
200024
199080
|
"value": "ko",
|
|
200025
199081
|
},
|
|
200026
|
-
Object {
|
|
200027
|
-
"label": <FormattedMessage
|
|
200028
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
200029
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
200030
|
-
values={Object {}}
|
|
200031
|
-
/>,
|
|
200032
|
-
"value": "ky_KG",
|
|
200033
|
-
},
|
|
200034
199082
|
Object {
|
|
200035
199083
|
"label": <FormattedMessage
|
|
200036
199084
|
defaultMessage="Lao"
|
|
@@ -200071,14 +199119,6 @@ exports[`Creatives Whatsapp test/> template name change 3`] = `
|
|
|
200071
199119
|
/>,
|
|
200072
199120
|
"value": "ms",
|
|
200073
199121
|
},
|
|
200074
|
-
Object {
|
|
200075
|
-
"label": <FormattedMessage
|
|
200076
|
-
defaultMessage="Malayalam"
|
|
200077
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
200078
|
-
values={Object {}}
|
|
200079
|
-
/>,
|
|
200080
|
-
"value": "ml",
|
|
200081
|
-
},
|
|
200082
199122
|
Object {
|
|
200083
199123
|
"label": <FormattedMessage
|
|
200084
199124
|
defaultMessage="Marathi"
|
|
@@ -210871,14 +209911,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
210871
209911
|
/>,
|
|
210872
209912
|
"value": "fr",
|
|
210873
209913
|
},
|
|
210874
|
-
Object {
|
|
210875
|
-
"label": <FormattedMessage
|
|
210876
|
-
defaultMessage="Georgian"
|
|
210877
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
210878
|
-
values={Object {}}
|
|
210879
|
-
/>,
|
|
210880
|
-
"value": "ka",
|
|
210881
|
-
},
|
|
210882
209914
|
Object {
|
|
210883
209915
|
"label": <FormattedMessage
|
|
210884
209916
|
defaultMessage="German"
|
|
@@ -210983,14 +210015,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
210983
210015
|
/>,
|
|
210984
210016
|
"value": "kk",
|
|
210985
210017
|
},
|
|
210986
|
-
Object {
|
|
210987
|
-
"label": <FormattedMessage
|
|
210988
|
-
defaultMessage="Kinyarwanda"
|
|
210989
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
210990
|
-
values={Object {}}
|
|
210991
|
-
/>,
|
|
210992
|
-
"value": "rw_RW",
|
|
210993
|
-
},
|
|
210994
210018
|
Object {
|
|
210995
210019
|
"label": <FormattedMessage
|
|
210996
210020
|
defaultMessage="Korean"
|
|
@@ -210999,14 +210023,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
210999
210023
|
/>,
|
|
211000
210024
|
"value": "ko",
|
|
211001
210025
|
},
|
|
211002
|
-
Object {
|
|
211003
|
-
"label": <FormattedMessage
|
|
211004
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
211005
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
211006
|
-
values={Object {}}
|
|
211007
|
-
/>,
|
|
211008
|
-
"value": "ky_KG",
|
|
211009
|
-
},
|
|
211010
210026
|
Object {
|
|
211011
210027
|
"label": <FormattedMessage
|
|
211012
210028
|
defaultMessage="Lao"
|
|
@@ -211047,14 +210063,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
211047
210063
|
/>,
|
|
211048
210064
|
"value": "ms",
|
|
211049
210065
|
},
|
|
211050
|
-
Object {
|
|
211051
|
-
"label": <FormattedMessage
|
|
211052
|
-
defaultMessage="Malayalam"
|
|
211053
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
211054
|
-
values={Object {}}
|
|
211055
|
-
/>,
|
|
211056
|
-
"value": "ml",
|
|
211057
|
-
},
|
|
211058
210066
|
Object {
|
|
211059
210067
|
"label": <FormattedMessage
|
|
211060
210068
|
defaultMessage="Marathi"
|
|
@@ -211460,14 +210468,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
211460
210468
|
/>,
|
|
211461
210469
|
"value": "fr",
|
|
211462
210470
|
},
|
|
211463
|
-
Object {
|
|
211464
|
-
"label": <FormattedMessage
|
|
211465
|
-
defaultMessage="Georgian"
|
|
211466
|
-
id="creatives.containersV2.Whatsapp.georgian"
|
|
211467
|
-
values={Object {}}
|
|
211468
|
-
/>,
|
|
211469
|
-
"value": "ka",
|
|
211470
|
-
},
|
|
211471
210471
|
Object {
|
|
211472
210472
|
"label": <FormattedMessage
|
|
211473
210473
|
defaultMessage="German"
|
|
@@ -211572,14 +210572,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
211572
210572
|
/>,
|
|
211573
210573
|
"value": "kk",
|
|
211574
210574
|
},
|
|
211575
|
-
Object {
|
|
211576
|
-
"label": <FormattedMessage
|
|
211577
|
-
defaultMessage="Kinyarwanda"
|
|
211578
|
-
id="creatives.containersV2.Whatsapp.kinyarwanda"
|
|
211579
|
-
values={Object {}}
|
|
211580
|
-
/>,
|
|
211581
|
-
"value": "rw_RW",
|
|
211582
|
-
},
|
|
211583
210575
|
Object {
|
|
211584
210576
|
"label": <FormattedMessage
|
|
211585
210577
|
defaultMessage="Korean"
|
|
@@ -211588,14 +210580,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
211588
210580
|
/>,
|
|
211589
210581
|
"value": "ko",
|
|
211590
210582
|
},
|
|
211591
|
-
Object {
|
|
211592
|
-
"label": <FormattedMessage
|
|
211593
|
-
defaultMessage="Kyrgyz (Kyrgyzstan)"
|
|
211594
|
-
id="creatives.containersV2.Whatsapp.kyrgyz"
|
|
211595
|
-
values={Object {}}
|
|
211596
|
-
/>,
|
|
211597
|
-
"value": "ky_KG",
|
|
211598
|
-
},
|
|
211599
210583
|
Object {
|
|
211600
210584
|
"label": <FormattedMessage
|
|
211601
210585
|
defaultMessage="Lao"
|
|
@@ -211636,14 +210620,6 @@ exports[`Creatives Whatsapp test/> test addVariable in create mode 1`] = `
|
|
|
211636
210620
|
/>,
|
|
211637
210621
|
"value": "ms",
|
|
211638
210622
|
},
|
|
211639
|
-
Object {
|
|
211640
|
-
"label": <FormattedMessage
|
|
211641
|
-
defaultMessage="Malayalam"
|
|
211642
|
-
id="creatives.containersV2.Whatsapp.malayalam"
|
|
211643
|
-
values={Object {}}
|
|
211644
|
-
/>,
|
|
211645
|
-
"value": "ml",
|
|
211646
|
-
},
|
|
211647
210623
|
Object {
|
|
211648
210624
|
"label": <FormattedMessage
|
|
211649
210625
|
defaultMessage="Marathi"
|