We have created a translation file for the LinkIt plugin and placed it under translations/de/linkit.php. This is our translation file:
<?php
return array(
"Select link type..." => "Bitte wählen...",
"URL" => "Übersetzungs-Test",
"Select Category" => "Kategorie auswählen",
"Entry" => "Eintrag",
"Select Entry" => "Eintrag auswählen",
"Email Address" => "E-Mail Adresse",
"Phone Number" => "Telefonnummer",
"Open link in new window?" => "In neuem Fenster öffnen?",
);
However, not everything gets translated correctly. In particular, "Category" and "Entry" (as well as "Select Category" and "Select Entry") don't get translated. Trying to translate them globally with a site.php or app.php file doesn't work either. Is it actually possible to translate these, or is it a bug in Craft CMS / Linkit?
We have created a translation file for the LinkIt plugin and placed it under
translations/de/linkit.php
. This is our translation file:However, not everything gets translated correctly. In particular, "Category" and "Entry" (as well as "Select Category" and "Select Entry") don't get translated. Trying to translate them globally with a
site.php
orapp.php
file doesn't work either. Is it actually possible to translate these, or is it a bug in Craft CMS / Linkit?