bajo 1.1.7 → 1.1.9

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.
@@ -163,5 +163,7 @@
163
163
  "main": "Main",
164
164
  "usage": "Usage",
165
165
  "monitoring": "Monitoring",
166
- "faq": "F.A.Q"
166
+ "faq": "F.A.Q",
167
+ "details": "Details",
168
+ "country": "Country"
167
169
  }
package/bajo/intl/id.json CHANGED
@@ -163,5 +163,7 @@
163
163
  "main": "Utama",
164
164
  "usage": "Pemakaian",
165
165
  "monitoring": "Pemantauan",
166
- "faq": "Tanya Jawab"
166
+ "faq": "Tanya Jawab",
167
+ "details": "Detil",
168
+ "country": "Negara"
167
169
  }
@@ -32,7 +32,7 @@ class BajoPlugin extends Plugin {
32
32
  ['name', 'version', 'description', 'author', 'license', 'homepage'])
33
33
  if (this.name === this.app.bajo.mainNs) {
34
34
  this.alias = this.app.bajo.mainNs
35
- this.title = this.alias
35
+ this.title = this.title ?? this.alias
36
36
  }
37
37
  // merge with config from datadir
38
38
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "A framework to build a giant monstrous app rapidly",
5
5
  "main": "boot/index.js",
6
6
  "scripts": {