You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: