Closed romanustin closed 1 year ago
Thanks for report. What's your default language?
Or the language of your panel.
Yes, to be more precise, I mean language of panel. In my case it's Lithuanian, code "lt"
Okay. That language is not support. You can copy the translation-file from site/plugins/kirby-form-block-suite/lib/languages/de.php
to site/plugins/kirby-form-block-suite/lib/languages/lt.php
and load it on the end of site/plugins/kirby-form-block-suite/index.php
like this:
'translations' => [
'en' => require __DIR__ . '/lib/languages/en.php',
'de' => require __DIR__ . '/lib/languages/de.php'
'lt' => require __DIR__ . '/lib/languages/lt.php',
]
I understand, exactly what I did, but it works with other language, let's say Spanish, but doesn't work with my default language.
Also block is not translated here:
I thing, that's a bug of kirby. I made a forum entry for you.
Also "Submit" button in frontend doesn't have any text.
Thanks for translating. If you don't mind to translate the defaults too. I'm look forward to your pr.
My default and only language is not English. When I add other languages, translations are working fine, but when I am adding translations for default and only language, here is what I see: