diff --git a/CHANGELOG.md b/CHANGELOG.md index 215801f..48ebca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laneros-browser-app` will be documented in this file. +## 1.4 - 2019-06-17 + +* Locale updated + ## 1.3 - 2018-06-01 * Official release diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c3e51b3..ae31c4b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,8 +1,11 @@ { - "appName": { + "app_name": { + "message": "Laneros browser app" + }, + "app_short_name": { "message": "Laneros" }, - "appDesc": { + "app_description": { "message": "News about technology, Internet, games and entertainment. Colombian Community." } } \ No newline at end of file diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 2d0eec9..0288cc7 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -1,8 +1,11 @@ { - "appName": { + "app_name": { + "message": "App de navegador para Laneros" + }, + "app_short_name": { "message": "Laneros" }, - "appDesc": { + "app_description": { "message": "Noticias sobre tecnologĂ­a, internet, juegos y entretenimiento. Comunidad colombiana." } } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9d537ec..baac0d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,9 @@ { - "name": "__MSG_appName__", - "description": "__MSG_appDesc__", - "version": "1.3", - "default_locale": "en", + "name": "__MSG_app_name__", + "short_name": "__MSG_app_short_name__", + "description": "__MSG_app_description__", + "version": "1.4", + "default_locale": "es", "manifest_version": 2, "app": { "launch": { @@ -11,5 +12,6 @@ }, "icons": { "128": "assets/img/icon.png" - } + }, + "homepage_url": "https://www.arthvrian.org" } \ No newline at end of file