Skip to content

Commit

Permalink
French polyfill (#272)
Browse files Browse the repository at this point in the history
* polyfill for new language french
  • Loading branch information
listen1 authored Nov 27, 2019
1 parent 1d80882 commit 2587e62
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Listen 1 (Chrome Extension) V2.5.1
Listen 1 (Chrome Extension) V2.5.2
==========
最后更新于2019年09月07日
最后更新于2019年11月27日

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down Expand Up @@ -46,6 +46,9 @@ Firefox打包安装

更新日志
-------
`2019-11-27`
* 加入法语支持, 特别感谢 @Leoche

`2019-09-07`
* 修复migu无法播放的bug

Expand Down
5 changes: 4 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Listen 1 (Chrome Extension) V2.5.1
Listen 1 (Chrome Extension) V2.5.2
==========
(Last Update Sep 7th, 2019)

Expand Down Expand Up @@ -33,6 +33,9 @@ Install (Firefox)

Changelog
-------
`2019-11-27`
* add frech language, special thanks to @Leoche

`2019-09-07`
* fix migu

Expand Down
3 changes: 2 additions & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ <h2> {{ backup.id }} {{backup.description}}</h2>
<div>
<button class="language-button" ng-click="setLang('zh_CN')">简体中文</button>
<button class="language-button" ng-click="setLang('en_US')">English</button>
<button class="language-button" ng-click="setLang('fr_FR')">French</button>
</div>
</div>
<div class="settings-title"><span>{{_THEME}}<span></div>
Expand Down Expand Up @@ -338,7 +339,7 @@ <h2> {{ backup.id }} {{backup.description}}</h2>
<p> Listen 1 {{_HOMEPAGE}}: <a open-url="'http://listen1.github.io/listen1/'"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 {{_EMAIL}}: [email protected] </p>
<p> {{_DESIGNER}}: iparanoid </p>
<p> {{_VERSION}}: 2.5.1 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.5.2 {{_LICENSE_NOTICE}}</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "cookies", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://*.kugou.com/", "*://*.kuwo.cn/", "*://*.bilibili.com/*", "*://*.migu.cn/*", "*://api.github.com/*", "*://github.com/*", "*://gist.githubusercontent.com/*", "webRequest", "webRequestBlocking"],
"version": "2.5.1",
"version": "2.5.2",
"web_accessible_resources": [ "images/*" ],
"commands": {
"play_next": {
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "cookies", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://*.kugou.com/", "*://*.kuwo.cn/", "*://*.bilibili.com/*", "*://*.migu.cn/*", "*://api.github.com/*", "*://github.com/*", "*://gist.githubusercontent.com/*", "webRequest", "webRequestBlocking"],
"version": "2.5.1",
"version": "2.5.2",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],
Expand Down

0 comments on commit 2587e62

Please sign in to comment.