Skip to content

Commit

Permalink
Update i18n4js to v1.3 which allows working with apps that aren't tra…
Browse files Browse the repository at this point in the history
…nslated to every language.
  • Loading branch information
elondaits committed Jun 24, 2017
1 parent 47717bc commit 4a8456b
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Some standard steps performed to adapt fixed size apps (those that require a spe

Add the following to the header below the other `<script>` elements:

`<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>`
`<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>`

1. **Add the following snippet before the call to createCindy:**

Expand Down
2 changes: 1 addition & 1 deletion ausparken/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../common/css/default.css" media="screen" type="text/css">
<script type="text/javascript" src="../common/js/Cindy.js"></script>
<script type="text/javascript" src="../common/js/Cindy3D.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>
</head>
<body>
<div class="app-fixedsize">
Expand Down
1 change: 0 additions & 1 deletion common/js/i18n4js-1.2.0.min.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions common/js/i18n4js-1.3.0.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doppelpendel/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../common/css/default.css" media="screen" type="text/css">
<script type="text/javascript" src="../common/js/Cindy.js"></script>
<script type="text/javascript" src="../common/js/Cindy3D.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>
</head>
<body>
<div class="app-fixedsize">
Expand Down
2 changes: 1 addition & 1 deletion fish/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../common/css/default.css" media="screen" type="text/css">
<script type="text/javascript" src="../common/js/Cindy.js"></script>
<script type="text/javascript" src="../common/js/Cindy3D.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>
</head>
<body>
<div class="app-fixedsize">
Expand Down
2 changes: 1 addition & 1 deletion info/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Info</title>
<script type="text/javascript" src="../common/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>
<script type="text/javascript" src="js/default.js"></script>
<link rel="stylesheet" href="../common/css/default.css?v=1_1_2" media="screen" type="text/css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion platonic-solids/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../common/js/Cindy.js"></script>
<script type="text/javascript" src="../common/js/Cindy3D.js"></script>
<script type="text/javascript" src="../common/js/quickhull3d/quickhull3d.nocache.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>
</head>
<body>
<div class="app-fixedsize">
Expand Down
2 changes: 1 addition & 1 deletion polytope-morpher/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../common/js/Cindy.js"></script>
<script type="text/javascript" src="../common/js/Cindy3D.js"></script>
<script type="text/javascript" src="../common/js/quickhull3d/quickhull3d.nocache.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>
</head>
<body>
<div class="app-fixedsize">
Expand Down
2 changes: 1 addition & 1 deletion solitaire/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../common/css/default.css" media="screen" type="text/css">
<script type="text/javascript" src="../common/js/Cindy.js"></script>
<script type="text/javascript" src="../common/js/Cindy3D.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.2.0.min.js"></script>
<script type="text/javascript" src="../common/js/i18n4js-1.3.0.min.js"></script>
</head>
<body>
<div class="app-fixedsize">
Expand Down

0 comments on commit 4a8456b

Please sign in to comment.