Skip to content

Commit

Permalink
Release 2.0.9
Browse files Browse the repository at this point in the history
Added inverted whitelist feature
Fixed object-subrequest modifier work
Added Korean language
Added Serbian language
Added Chinese language
Fixed some minor bugs
  • Loading branch information
ameshkov committed May 26, 2015
1 parent 781d2b5 commit 377f695
Show file tree
Hide file tree
Showing 38 changed files with 2,757 additions and 419 deletions.
2 changes: 1 addition & 1 deletion Compiler/build.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mvn package;

cd deploy;

version="2.0.8"
version="2.0.9"

if [ "$env" = release ]; then

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class LocaleUtils {

public enum SupportedLocales {

EN("en"), RU("ru"), DE("de"), TR("tr"), UK("uk"), PL("pl"), PT_BR("pt_BR"), PT_PT("pt_PT");
EN("en"), RU("ru"), DE("de"), TR("tr"), UK("uk"), PL("pl"), PT_BR("pt_BR"), PT_PT("pt_PT"), KO("ko"), zh_CN("zh_CN");

private String code;

Expand Down
8 changes: 7 additions & 1 deletion Extension/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
"options_whitelist_description": {
"message": "Adguard filtert die Webseite aus der wei\u00dfen Liste nicht."
},
"options_whitelist_inverse": {
"message": "Invert whitelist<span class='sp-table-row-info'>Unblock ads everywhere <i>except<\/i> the whitelist<\/span>"
},
"options_whitelist_add_domain": {
"message": "Website hinzuf\u00fcgen "
},
Expand Down Expand Up @@ -327,7 +330,7 @@
"message": "Adguard Schutz ist angehalten"
},
"popup_site_filtering_state": {
"message": "Auf dieser Seite aktiviert"
"message": "Schutz auf dieser Website"
},
"popup_site_filtering_disabled": {
"message": "Adguard kann nicht auf dieser Domain funktionieren"
Expand Down Expand Up @@ -662,6 +665,9 @@
"filtering_modal_open_in_new_tab": {
"message": "In neuem Tab \u00f6ffnen"
},
"filtering_log_in_whitelist": {
"message": "Site is whitelisted"
},
"abp_subscribe_confirm_enable": {
"message": "Adguard: wollen Sie $1 Abonnement aktivieren?"
},
Expand Down
8 changes: 7 additions & 1 deletion Extension/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
"options_whitelist_description": {
"message": "Adguard does not filter web sites from the whitelist."
},
"options_whitelist_inverse": {
"message": "Invert whitelist<span class='sp-table-row-info'>Unblock ads everywhere <i>except<\/i> the whitelist<\/span>"
},
"options_whitelist_add_domain": {
"message": "Add website"
},
Expand Down Expand Up @@ -327,7 +330,7 @@
"message": "Adguard protection is paused"
},
"popup_site_filtering_state": {
"message": "Enabled on this website"
"message": "Protection on this website"
},
"popup_site_filtering_disabled": {
"message": "Adguard can not run on&nbsp;this domain"
Expand Down Expand Up @@ -662,6 +665,9 @@
"filtering_modal_open_in_new_tab": {
"message": "Open in new tab"
},
"filtering_log_in_whitelist": {
"message": "Site is whitelisted"
},
"abp_subscribe_confirm_enable": {
"message": "Adguard: do you want to enable $1 subscription?"
},
Expand Down
Loading

0 comments on commit 377f695

Please sign in to comment.