Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bpiwowar

    (@bpiwowar)

    Hi,

    yes this is possible. Have a look at https://codex.wordpress.org/I18n_for_WordPress_Developers

    Basically, there are three steps:
    1) Prepare the localization by calling a function over the english strings
    2) Generate the localization files
    3) Translate

    If you need more help please let me know.

    Thanks for your work
    Benjamin

    Thread Starter robi333

    (@robi333)

    Hi,
    Thank you for your quick answer. I’m new with wordpress.
    I found file en.php in papercite/bib2tpl/lang/.
    Is it possible to make file pl.php on base of en.php to translate your
    plugin automatically to Polish language ? Or I should make this
    another way?
    Kind regards,
    Robert

    Plugin Author bpiwowar

    (@bpiwowar)

    No, this is not the way to go. You really have to follow the link I sent you. If you are familiar with PHP this should not be hard, otherwise please fill a bug report on github so that I remember to start the localization process. I will then generate a file so that you just have to translate the strings.

    kind regards,
    Benjamin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘translation to Polish language’ is closed to new replies.