Skip to content

Commit

Permalink
v1.0.2 - multilang support (english, tagalog, german) & bug fix (back…
Browse files Browse the repository at this point in the history
…ground image could not be decoded)
  • Loading branch information
nostadt committed Jun 18, 2017
1 parent f53392c commit 6bbb1c8
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
.git
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
=1.0.2=
* ADDED: tagalog, german
* FIX: could not decode background image
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 10 additions & 0 deletions _locales/de/messages.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
6 changes: 3 additions & 3 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
10 changes: 10 additions & 0 deletions _locales/fil/messages.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 6bbb1c8

Please sign in to comment.