translate icon indicating copy to clipboard operation
translate copied to clipboard

DEPRECATED - Translate plugin for Craft CMS

Results 8 translate issues
Sort by recently updated
recently updated
newest added

We discovered two words that are being translated even though they never occur in any translation tags in the template files: ![image](https://user-images.githubusercontent.com/10613993/28520527-2b8517be-7070-11e7-962f-8410ac04f712.png) ![image](https://user-images.githubusercontent.com/10613993/28520549-3f91ee94-7070-11e7-9fbf-1eb95318408d.png) Do you have an idea why this...

Undefined index error in upload where a translatable field has a `\`. fgetcsv is parsing it as one cell. Example: `"Choose what type of feed you\","Choose what type of feed...

The following line in my template is causing "Craft\TranslateModel" to appear in the list. {{ "English"|t }} Splitting `{{"English"|t}}` onto a newline solves the problem. Using v0.4.3

Hi, I was trying the export/import functionality of the plugin but the import kept failing. After some digging I found out that it had to do with invalid data in...

Hi again! I have a new project which is deployed in AWS. This website can be deployed in multiple servers. If an administrator adds or changes a translation this only...

enhancement

Hi. I need add custom translations through a hook. These text are coming from a webservice and I need translate some keys. How can I add this keys for translate?...

enhancement

Not common practice, I know, but I've found this plugin won't detect the following: ``` {{ url('mystring'|t) }} ``` To achieve this I relaxed the rule that the translated string...

bug

`{{ _self._attr(attr, sep|default(' ')) }}` is falsely showing up in my translation list as a string to translate. Full line from source code is as follows: ``` {% if attrs|length...

bug