summaryrefslogtreecommitdiffstats
path: root/po/l10n_set
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--po/l10n_set13
1 files changed, 13 insertions, 0 deletions
diff --git a/po/l10n_set b/po/l10n_set
new file mode 100644
index 00000000..51e9c849
--- /dev/null
+++ b/po/l10n_set
@@ -0,0 +1,13 @@
+langname="Unknown"
+
+cfname=lang.config
+
+if [ -r $cfname ]; then
+ source $cfname
+elif [ -r $lcode/$cfname ]; then
+ source $lcode/$cfname
+else
+ echo "Configuration for $lcode not found"
+ exit 15
+fi
+