activate french in the showcase and update manifest
This commit is contained in:
parent
f7defa96d5
commit
a378f45470
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 6.0.0.1
|
# 6.0.1
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
README.md
|
README.md
|
||||||
|
@ -15,6 +15,7 @@ uhr-de.js
|
||||||
uhr-de_CH.js
|
uhr-de_CH.js
|
||||||
uhr-de_CH_genau.js
|
uhr-de_CH_genau.js
|
||||||
uhr-en.js
|
uhr-en.js
|
||||||
|
uhr-fr.js
|
||||||
uhr-green.css
|
uhr-green.css
|
||||||
uhr-pink.css
|
uhr-pink.css
|
||||||
uhr-red.css
|
uhr-red.css
|
||||||
|
|
|
@ -43,6 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
<script type="text/javascript" src="../uhr-de_CH_genau.js"></script>
|
<script type="text/javascript" src="../uhr-de_CH_genau.js"></script>
|
||||||
<script type="text/javascript" src="../uhr-de.js"></script>
|
<script type="text/javascript" src="../uhr-de.js"></script>
|
||||||
<script type="text/javascript" src="../uhr-en.js"></script>
|
<script type="text/javascript" src="../uhr-en.js"></script>
|
||||||
|
<script type="text/javascript" src="../uhr-fr.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function($) {
|
(function($) {
|
||||||
var width = $(window).width();
|
var width = $(window).width();
|
||||||
|
|
Loading…
Reference in a new issue