]> git.plutz.net Git - shellwiki/blobdiff - tools.sh
rewrite links to carry language tag, needs improvement
[shellwiki] / tools.sh
index de055fe808049e2afbc3b925a1f19f1f06413d5f..2e98d674d764295b3e338fd3ca7a59c8c42ec0d9 100755 (executable)
--- a/tools.sh
+++ b/tools.sh
@@ -16,6 +16,11 @@ mdfile(){
   #  back to default page from installation
   local page="$(PATH "$1")"
 
+  # IMPORTANT: A Copy of this function exists
+  # in `handlers/10_translations.sh`
+  # Look into it now!
+  # Keep it synchronized, when changing anything
+
   if   [ -f "$_DATA/pages/$page/#page.md" ]; then
     printf %s\\n "$_DATA/pages/$page/#page.md"
     return 0