The DokuWiki translation tool allows you to add your DokuWiki plugin to be translated by end users. Everybody will be able to use this tool and create a translation of your plugin.
After adding your plugin you will receive translations as git patch via email or as GitHub pull request.

Abort
Notes
  • Your plugin needs to be available in a public Git repository
  • Your plugin has to be listed on the official plugins list
  • The repository clone URL must start with ssh://, https:// or git://. Unfortunately not accepted: git@.... The URL ends normally with .git
  • The plugin name is the name of your plugin folder (lower case, no special chars)
  • If Readonly, submitting the English translations via this tool is disabled.
  • It needs to use the DokuWiki localization functions with the following limitations:
    • No use of nested arrays in the $lang array except for the js sub array
    • No code execution in your language files
    • Only single line array value assignments
    • Comments will be removed automatically in translations