Skip to content

TimoStahl/kanboard_plugin_overwrite_translation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Kanboard plugin to overwrite translations

How to overwrite Kanboard translations?

Translations are stored inside the directory Locale There is sub-directory for each language, by example for the French we have fr_FR, Italian it_IT etc... A translation is a PHP file that returns an Array with a key-value pairs The key is the original text in english and the value is the translation for the corresponding language

Because this plugin is most likely the last one to get executed within kanboard, you can also overwrite the translations that come with other plugins

Author

  • BlueTeck
  • License MIT

Installation

  • Decompress the archive in the plugins folder

or

  • Create a folder plugins/zzzzOverwrite_translation
  • Copy all files under this directory