Viewing 1 replies (of 1 total)
  • Plugin Author Isra

    (@isra00)

    Hi fanl, sorry but that feature is not available, though it’s in my roadmap and will be added probably in the next release (BUT I don’t know when I will code the next release…).

    Anyway, if you want, you can change the column names manually in the translation files. Just edit your language’s .po file and replace the lines 146-156:

    #: page_board.view.php:7
    msgid “Proposed”
    msgstr “”

    #: page_board.view.php:15
    msgid “Work in progress”
    msgstr “”

    #: page_board.view.php:23
    msgid “Under review”
    msgstr “”

    For example, if you are using english, you can edit lang/kanpress-en_US.po and type the names you want, i.e.:

    #: page_board.view.php:7
    msgid “Proposed”
    msgstr “Pendant”

    #: page_board.view.php:15
    msgid “Work in progress”
    msgstr “Working now”

    #: page_board.view.php:23
    msgid “Under review”
    msgstr “Done”

    Once you edited the file, you need to compile it to kanpress-en_US.mo (replacing the current .mo file in the lang/ directory). For compiling it, you can use the msgfmt command or this webapp: http://online-po-compile.israelviana.es/

    Hope it helps! If you don’t get it done, just ping me 🙂
    God bless you!

Viewing 1 replies (of 1 total)
  • The topic ‘Kanban table Columns & Settings’ is closed to new replies.