Skip to content

Commit 30be909

Browse files
author
Greg Bulmash
authored
Merge pull request #28 from YiddishNinja/master
manual updates to i18n for CLI v2 compat
2 parents 6a5f851 + f00e0c6 commit 30be909

16 files changed

+75
-57
lines changed

i18n/ask-resources.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"askcliResourcesVersion": "2020-03-31",
3+
"profiles": {
4+
"default": {
5+
"skillMetadata": {
6+
"src": "./skill-package"
7+
},
8+
"code": {
9+
"default": {
10+
"src": "lambda"
11+
}
12+
},
13+
"skillInfrastructure": {
14+
"userConfig": {
15+
"runtime": "nodejs10.x",
16+
"handler": "index.handler",
17+
"awsRegion": "us-east-1"
18+
},
19+
"type": "@ask-cli/lambda-deployer"
20+
}
21+
}
22+
}
23+
}

i18n/skill-package/skill.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"manifest": {
3+
"publishingInformation": {
4+
"locales": {
5+
"en-US": {
6+
"name": "Cake Walk"
7+
},
8+
"en-GB": {
9+
"name": "Cake Walk"
10+
},
11+
"en-CA": {
12+
"name": "Cake Walk"
13+
},
14+
"fr-FR": {
15+
"name": "Joyeux Anniversaire"
16+
},
17+
"fr-CA": {
18+
"name": "Bonne Fête"
19+
},
20+
"it-IT": {
21+
"name": "Buon Compleanno"
22+
},
23+
"ja-JP": {
24+
"name": "ケークウォーク"
25+
},
26+
"en-IN": {
27+
"name": "cake walk"
28+
},
29+
"hi-IN": {
30+
"name": "cake walk"
31+
},
32+
"es-ES": {
33+
"name": "feliz cumpleaños"
34+
},
35+
"es-MX": {
36+
"name": "feliz cumpleaños"
37+
},
38+
"es-US": {
39+
"name": "feliz cumpleaños"
40+
}
41+
},
42+
"isAvailableWorldwide": true,
43+
"testingInstructions": "Sample Testing Instructions.",
44+
"category": "EDUCATION_AND_REFERENCE",
45+
"distributionCountries": []
46+
},
47+
"apis": {
48+
"custom": {}
49+
},
50+
"manifestVersion": "1.0"
51+
}
52+
}

i18n/skill.json

-57
This file was deleted.

0 commit comments

Comments
 (0)