• Hi @seebeen,

    (tested in WP 4.9.2 and PHP 5.6.31 on MAMP 4 PRO for Windows)

    I got a request for support from one user that used my WP Translit before, so I finally got a chance to try and implement Serbian Latinisation. Here is a list of some tips to improve your plugin.

    #1 As this is replacement for WP Translit, make sure that when someone search in plugins repository for “WP Translit” also find your plugin. That is not a case at the moment (but SrbTransLatin is listed there).

    #2 In file serbian-latinisation/lib/backend/admin-core.php you have deprecated 3rd atttribute for add_option (you missed to add empty 3rd value):
    add_option('sgi_srlat_ver',$srlat_ver,'no');

    #3 Undefined notices for search param:
    PHP Notice: Undefined index: s in serbian-latinisation/lib/backend/admin-utils.php on line 54
    PHP Notice: Undefined index: s in serbian-latinisation/lib/frontend/frontend-core.php on line 185

    #4 Cyrillic default label “?ирилица” get transliterated to latin script when “latinica” is selected. Will be good to not do that and keep it in cyrilic script (convert text to UTF8 HTML entities like ћирилица)

    #5 As a feature request – will be good to provide option for Google Translate link to English and/or other languages (German, French, etc). In WP Translit I had ‘Bad English’ item as optional, so some users get used to it.

    I think that is all for now ??

    Cheers,
    Urke

Viewing 1 replies (of 1 total)
  • Plugin Author Sibin Grasic

    (@seebeen)

    Hey,

    Sorry for replying so late.

    new version is coming out shortly. All of your suggestions have been implemented ??

Viewing 1 replies (of 1 total)
  • The topic ‘Ideas to make it even better’ is closed to new replies.