1. Jeremy Magne
  2. CTransifex
  3. Friday, 19 April 2013
  4.  Subscribe via email
Hi,

I noticed that languages without locale were not generated. Of course, I could have added language translations to the config like en:en, es:es, fr:fr...

I figured that a simple change in the code could ease this and auto accept languages without locale
so in file /administrator/components/com_ctransifex/helpers/transifex.php

[code type=php]class ctransifexHelperTransifex
{
[...]

public static function getJLangCode($transifexLang, $projectConfig){


$languages = self::getLangmap($projectConfig);

/***********************/
/* CUSTOM CODE - START */
/* Auto accept languages with no locale (en, fr, es...) */
/***********************/
if (strlen($transifexLang) == 2) {
$languages[strtolower($transifexLang)] = strtolower($transifexLang);
}
/***********************/
/* CUSTOM CODE - END */
/***********************/

[...]
}

[...]
}
[/code]
Responses (2)
Accepted Answer Pending Moderation
agree with that feature but only if this would be an option... I want an option to not download all languages and for now it would be done by not mapping it!! :)
  1. more than a month ago
  2. CTransifex
  3. # 1
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Okay, but what is the use to have en mapped to en? There is no such language pack in joomla? So installing those lang files won't bring anything.
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. CTransifex
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

J5 compatibility for Hotspots
Hi guys, Just started to update my old J3x website. Is there J5 compatibility p...
1 Replies
Posted on Monday, 24 February 2025
  • #Hotspots
  • #hotspots Joomla 5
Text size in the comment input form
Hello. How can I increase the font size in the comment input field? For examp...
0 Replies
Posted on Wednesday, 26 February 2025
  • #CComment 6
Problem with enlarged image
Hello. When you click on the image in the comments, it does not appear in the ce...
1 Replies
Posted on Wednesday, 26 February 2025
Black square instead of images in comments
Hello. In comments instead of images I see black squares. Here is an example. h...
0 Replies
Posted on Wednesday, 26 February 2025
  • #ccoment pro
Link bug in comment emails
Hello. The site has three languages. For example, a user left a comment on an a...
3 Replies
Posted on Saturday, 15 April 2023