Skip to content

Commit

Permalink
Locale updated
Browse files Browse the repository at this point in the history
  • Loading branch information
arthvrian committed Jun 17, 2019
1 parent 3fe34d7 commit 1613c99
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
7 changes: 5 additions & 2 deletions _locales/es/messages.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
12 changes: 7 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,5 +12,6 @@
},
"icons": {
"128": "assets/img/icon.png"
}
},
"homepage_url": "https://www.arthvrian.org"
}

0 comments on commit 1613c99

Please sign in to comment.