mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
No point making the noscript text translatable.
It won't get loaded if JS is disabled...
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>LOOT Report</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="icon" type="image/ico" href="../icon.ico">
|
||||
<script src="polyfill.js"></script>
|
||||
<script src="require.js"></script>
|
||||
</head>
|
||||
@@ -15,9 +14,7 @@
|
||||
<div class="button hidden" id="filtersToggle"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<noscript>
|
||||
<div id="txtNoscript"></div>
|
||||
</noscript>
|
||||
<noscript>The LOOT Report requires Javascript to be enabled in order to function.</noscript>
|
||||
<div id="plugins" class="hidden">
|
||||
<ul id="pluginsList">
|
||||
</ul>
|
||||
|
||||
@@ -26,7 +26,7 @@ body {
|
||||
margin:0;
|
||||
background:#f8f8f8;
|
||||
}
|
||||
noscript div {
|
||||
noscript {
|
||||
background:#c00;
|
||||
display:block;
|
||||
padding:10px 5px;
|
||||
|
||||
@@ -308,9 +308,6 @@ namespace loot {
|
||||
yout << YAML::Key << "l10n"
|
||||
<< YAML::BeginMap
|
||||
|
||||
<< YAML::Key << "txtNoscript"
|
||||
<< YAML::Value << boost::locale::translate("The LOOT Report requires Javascript to be enabled in order to function.").str()
|
||||
|
||||
<< YAML::Key << "txtSummarySec"
|
||||
<< YAML::Value << boost::locale::translate("Summary").str()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user