Skip to content

Commit

Permalink
Add base en.json file on shoutem init and remove messaging on page add (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
Definitely-Not-Vlad authored Jan 8, 2021
1 parent 8ddb433 commit fcf6837
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/cli",
"version": "0.13.10",
"version": "0.13.11",
"description": "Command-line tools for Shoutem applications",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/cli/page/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ export async function createPage(opts, extensionPath) {
const changes = await instantiateExtensionTemplate('settings-page', { ...opts, extensionPath, developer });
await offerChanges(changes);
console.log('Success'.green.bold);
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.');
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"{{developer.name}}": {
"{{devName}}": {
"{{extJson.name}}": {
"extension-page.save-button": "Save",
"extension-page.enter-company-name": "Enter company name",
Expand Down

This file was deleted.

0 comments on commit fcf6837

Please sign in to comment.