Skip to content

Commit 8a00168

Browse files
committed
add easydb-library commons to localization csv
1 parent c98541b commit 8a00168

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build
55
*.coffee.js
66
*.spec.coffee
77
.idea
8+
node_modules

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ build: clean ## clean, compile, copy files to build folder
4141
rm -rf src/tmp # clean tmp
4242

4343
cp l10n/customDataTypek10plus.csv build/$(PLUGIN_NAME)/l10n/customDataTypek10plus.csv # copy l10n
44+
tail -n+2 easydb-library/src/commons.l10n.csv >> build/$(PLUGIN_NAME)/l10n/customDataTypek10plus.csv # copy commons
4445

4546
cp src/webfrontend/css/main.css build/$(PLUGIN_NAME)/webfrontend/customDataTypek10plus.css # copy css
4647
cp manifest.master.yml build/$(PLUGIN_NAME)/manifest.yml # copy manifest

l10n/customDataTypek10plus.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ server.config.parameter.system.update_k10plus.restrict_time.label,Beschränke Up
3232
server.config.parameter.system.update_k10plus.restrict_time.checkbox,Ja - beschränken,Yes - restrict
3333
server.config.parameter.system.update_k10plus.from_time.label,Stunde von (Zahl 0-24),Hour from (Int 0-24)
3434
server.config.parameter.system.update_k10plus.to_time.label,Stunde bis (Zahl 0-24),Hour to (Int 0-24)
35-
server.config.parameter.system.update_k10plus.default_language.label,Standard-Datensprache als Fallback für Update (ISO 639-1),Default-data-language (as fallback) for update (ISO 639-1)
35+
server.config.parameter.system.update_k10plus.default_language.label,Standard-Datensprache als Fallback für Update (ISO 639-1),Default-data-language (as fallback) for update (ISO 639-1)

0 commit comments

Comments
 (0)