Skip to content

Commit fcf6837

Browse files
Add base en.json file on shoutem init and remove messaging on page add (#106)
* Add base en.json file on shoutem init and remove messaging on create page * Add missing colon * Bump to 0.13.11 * Fix weird character that makes no sense instead of space
1 parent 8ddb433 commit fcf6837

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shoutem/cli",
3-
"version": "0.13.10",
3+
"version": "0.13.11",
44
"description": "Command-line tools for Shoutem applications",
55
"repository": {
66
"type": "git",

src/cli/page/add.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ export async function createPage(opts, extensionPath) {
1919
const changes = await instantiateExtensionTemplate('settings-page', { ...opts, extensionPath, developer });
2020
await offerChanges(changes);
2121
console.log('Success'.green.bold);
22-
console.log('Remember to create \'server/translations/en.json\' and add your translation strings to it.\nYou can use \'server/translations/example.json\' to check the format.');
2322
}

src/templates/settings-page-react-extension/server/translations/example.json src/templates/init/{{devName}}.{{extJson.name}}/server/translations/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"{{developer.name}}": {
2+
"{{devName}}": {
33
"{{extJson.name}}": {
44
"extension-page.save-button": "Save",
55
"extension-page.enter-company-name": "Enter company name",

src/templates/settings-page-react-shortcut/server/translations/example.json

-12
This file was deleted.

0 commit comments

Comments
 (0)