Browse Source

Add template

3d-gussner 4 năm trước cách đây
mục cha
commit
9f242b7b06
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      lang/lang-community.sh

+ 8 - 0
lang/lang-community.sh

@@ -30,6 +30,14 @@ if [ "$COMMUNITY_LANG_NL" = "NL" ]; then
     ./lang-build.sh nl
 fi
 
+# Use the 5 lines below as a template and replace 'QR' and 'qr'
+#if [ "$COMMUNITY_LANG_QR" = "QR" ]; then
+#    echo "  $COMMUNITY_LANG_QR" >&2
+#    echo
+#    ./lang-build.sh qr
+#fi
+
+
 #exiting function
 finish()
 {