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)
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. # 1
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. # 2
  • Page :
  • 1


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

Last questions

Link to maps.google.de in default.php
Hi, i have a question about the default.php under hotspot. i want to integrate...
1 Replies
Posted on Sunday, 19 May 2024
  • New
  • Veranstaltung im Frontend sichtbar obwohl nicht ve
    Hallo, folgendes Problem stellt sich mir: Wenn ich eine Veranstaltung dupl...
    4 Replies
    Posted on Friday, 09 February 2024
    Suche bei der Matukio - Fehler Ö Ä Ü..
    Hallo, evtl. könnt ihr mir weiterhelfen. Bei mir funktioniert die suche bei ...
    3 Replies
    Posted on Wednesday, 15 May 2024
  • New
  • When is CComment compatible with Joomla 5?
    When is CComment compatible with Joomla 5?...
    4 Replies
    Posted on Tuesday, 05 December 2023
    • #CComment
    • #Joomla 5
    _MATUKIO_NO_EVENTS appears in the frontend if no e
    Hello, there ist still the problem, that on the frontpage appears COM_MATUKIO...
    2 Replies
    Posted on Sunday, 12 May 2024
  • New