Move all global section strings to i18n

This commit is contained in:
MattIPv4
2020-06-01 20:39:46 +01:00
parent d655801e36
commit 84f3a296d8
19 changed files with 313 additions and 79 deletions

View File

@@ -60,7 +60,7 @@ limitations under the License.
<div class="checkbox">
<PrettyCheck v-model="logNotFound" class="p-default p-curve p-fill p-icon">
<i slot="extra" class="icon fas fa-check"></i>
enable file not found error logging in error_log
{{ i18n.templates.globalSections.logging.enableFileNotFoundErrorLogging }} error_log
</PrettyCheck>
</div>
</div>
@@ -93,7 +93,7 @@ limitations under the License.
export default {
name: 'GlobalLogging', // Component name
display: 'Logging', // Display name for tab
display: i18n.templates.globalSections.logging.logging, // Display name for tab
key: 'logging', // Key for data in parent
delegated: delegatedFromDefaults(defaults), // Data the parent will present here
components: {