From 6bbb1c86ca916ef5d04a08926fe01624a3594067 Mon Sep 17 00:00:00 2001 From: Alexander Nostadt Date: Sun, 18 Jun 2017 22:07:03 +0200 Subject: [PATCH] v1.0.2 - multilang support (english, tagalog, german) & bug fix (background image could not be decoded) --- .gitignore | 3 ++- CHANGELOG | 3 +++ README.md | 2 +- _locales/de/messages.json | 10 ++++++++++ _locales/en/messages.json | 6 +++--- _locales/fil/messages.json | 10 ++++++++++ manifest.json | 4 ++-- 7 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 CHANGELOG create mode 100644 _locales/de/messages.json create mode 100644 _locales/fil/messages.json diff --git a/.gitignore b/.gitignore index 723ef36..0ccc10d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +.git \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..e2686e8 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,3 @@ +=1.0.2= +* ADDED: tagalog, german +* FIX: could not decode background image \ No newline at end of file diff --git a/README.md b/README.md index 6eee6cc..cdcbd87 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Goose on grassland This is a simple theme for google chrome. You can grab it -[here](https://chrome.google.com/webstore/detail/goose-on-grassland/bgkebiblmhpplhdcheodnappdccappeb?hl=en&gl=EN). +[here](https://chrome.google.com/webstore/detail/goose-on-grassland/bgkebiblmhpplhdcheodnappdccappeb?gl=DE&hl=en). ## preview diff --git a/_locales/de/messages.json b/_locales/de/messages.json new file mode 100644 index 0000000..c9b6486 --- /dev/null +++ b/_locales/de/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "Gänse auf einer Wiese", + "description": "Ein einfaches Natur-Design mit Gänsen auf einer Wiese." + }, + "appDesc": { + "message": "Ein einfaches Natur-Design mit Gänsen auf einer Wiese.", + "description": "Das ist ein einfaches Natur-Design für Google Chrome, welches Gänse auf einer Wiese zeigt." + } +} \ No newline at end of file diff --git a/_locales/en/messages.json b/_locales/en/messages.json index fb2b6ae..94c1208 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,10 +1,10 @@ { "appName": { "message": "Goose on grassland", - "description": "A simple theme with goose on grassland." + "description": "A simple nature theme with goose on grassland." }, "appDesc": { - "message": "A simple theme with goose on grassland.", - "description":"This is a simple nature google chrome theme showing goose." + "message": "A simple nature theme with goose on grassland.", + "description": "This is a simple nature google chrome theme showing goose." } } \ No newline at end of file diff --git a/_locales/fil/messages.json b/_locales/fil/messages.json new file mode 100644 index 0000000..255b6f8 --- /dev/null +++ b/_locales/fil/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "Bibe sa damuhan", + "description": "Ang simpleng kalikasang tema kasam ang bibese damuhan." + }, + "appDesc": { + "message": "Bibe sa damuhan", + "description": "Ang simpleng kalikasang tema kasam ang bibese damuhan." + } +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index cf524e3..516525f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { - "version": "1.0.1", + "version": "1.0.2", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "theme": { "images": { - "theme_ntp_background": "images/background.jpg" + "theme_ntp_background": "images/background.png" }, "colors": { "frame": [