[Scummvm-git-logs] scummvm-web master -> 597aee7149674902a3584478cf5045a7a3a3a8dc

Mataniko mataniko at gmail.com
Sun Oct 13 02:25:18 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
597aee7149 WEB: Add translation strings to datafiles details


Commit: 597aee7149674902a3584478cf5045a7a3a3a8dc
    https://github.com/scummvm/scummvm-web/commit/597aee7149674902a3584478cf5045a7a3a3a8dc
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-10-12T20:25:11-04:00

Commit Message:
WEB: Add translation strings to datafiles details

Changed paths:
    lang/i18n/lang.en.json
    templates/pages/compatibility.tpl


diff --git a/lang/i18n/lang.en.json b/lang/i18n/lang.en.json
index 995fe33..80785e9 100644
--- a/lang/i18n/lang.en.json
+++ b/lang/i18n/lang.en.json
@@ -14,6 +14,8 @@
     "compatibilityDetailsChartCol2": "Game Short Name",
     "compatibilityDetailsChartCol3a": "Support Level",
     "compatibilityDetailsChartCol3b": "% Completed",
+    "compatabilityDetailsChartCol4": "Datafiles",
+    "compatabilityDetailsDetails": "Details",
     "compatibilityDetailsBack": "« Back",
     "compatibilityIntro": "This page lists the progress of ScummVM as it relates to individual game compatibility. Please note this list applies to the English versions of games. We attempt to test many versions of games, however there are occasionally problems with other languages. ",
     "compatibilityIntroExplanation": "Click on the game name to view the complete notes of a game.",
diff --git a/templates/pages/compatibility.tpl b/templates/pages/compatibility.tpl
index 4821aad..1a3cce2 100644
--- a/templates/pages/compatibility.tpl
+++ b/templates/pages/compatibility.tpl
@@ -59,12 +59,12 @@
         <tr class="color4">
           <th class="gameFullName">{#compatibilityDetailsChartCol1#}</th>
           <th class="gameShortName">{#compatibilityDetailsChartCol2#}</th>
+          <th class="datafiles">{#compatabilityDetailsChartCol4#}</th>
           {if $old_layout == 'no'}
             <th class="gameSupportLevel">{#compatibilityDetailsChartCol3a#}</th>
           {else}
             <th class="gameSupportLevel">{#compatibilityDetailsChartCol3b#}</th>
           {/if}
-          <th class="datafiles">{#compatabilityDetailsChartCol4#}</th>
         </tr>
       </thead>
       <tbody>
@@ -83,7 +83,7 @@
           <td class="gameShortName">{$game->getTarget()}</td>
           <td class="datafiles">
           {if $game->getDatafiles()}
-            <a href="https://wiki.scummvm.org/index.php?title=Datafiles#{$game->getDatafiles()}">Datafiles</a></td>
+            <a href="https://wiki.scummvm.org/index.php?title=Datafiles#{$game->getDatafiles()}">{#compatabilityDetailsDetails#}</a></td>
           {else}
             ---
           {/if}





More information about the Scummvm-git-logs mailing list