Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

translate_include.php language entries

Asked Modified Viewed 4,782 times
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
asked
Super Admin

The neat function that makes our droplist of additional languages to appear in it´s own language comes from includes/translate_include.php
There are two arrays that need to be populated here ,

Due to UTF-8 characters in the file, this forum can not host the correct characters in code brackets until we have upgraded. I will attach the file.

If you can contribute, update and attach in a reply. ( zip the file ).
If you master Github you can also update directly in our repo : https://github.com/PHPFusion/PHPFusion

First is the language name, in native tounge.

 $translated_langs = array(
    );


The other is the country name, in native tounge.

 $translated_countries = array(
    );


Any contributions to this file is greatly appreciated.
Edited by N/A on 27-12-2015 17:01,
Falk attached the following file:
translate_include.zip [No information available / 442 Downloads]
0 replies

12 posts

D
DJoshua
D
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

Very helpful, i'm in too
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Dutch added.

(Remark, file reads as DOS UTF-8 instead of UNIX UTF-8, my attached version is UNIX UTF-8)

Below a nice English spoken tutorial clearing up the confusion about the Netherlands, the Dutch, etc.

[youtube]eE_IUPInEuc[/youtube]
Edited by Wanabo on 27-12-2015 15:08,
Wanabo attached the following file:
translate_include_1.zip [No information available / 415 Downloads]
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Looking great, Thank you.
0 replies
B
BDMH
B
BDMH 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

For Germany it's incorrect
It must be
"Germany" => "Deutschland",

The s fails.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Ty, Fixed the Git rev https://github.com/PHPFusion/PHPFusion/commit/f2d0b9bea8f68b2be4267176f8268edaa116185f
0 replies
— 2 months later —
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Ty, Fixed the Git rev https://github.com/PHPFusion/PHPFusion/commit/f2d0b9bea8f68b2be4267176f8268edaa116185f
0 replies
— 1 year later —
K
keddy
K
keddy 10
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 16 threads in the forums
answered
Junior Member

Romanian added into includes/classes/PHPFusion/Locale.inc.
keddy attached the following file:
locale_1.zip [No information available / 257 Downloads]
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Thanks, added https://github.com/PHPFusion/PHPFusion/commit/d3d4bc38e9c93c0bbee0542935b499cf6f53f566
0 replies
K
keddy
K
keddy 10
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 16 threads in the forums
answered
Junior Member

I belive you should add:

case 'Romanian':

here :

case 'English':
case 'Danish':
case 'German':

It's in /includes/classes/PHPFusion/Locale.inc line 89-92.
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

https://github.com/PHPFusion/PHPFusion/commit/b13444d3f51e70866434c7fe19bc7c37776c66e2
0 replies
C
Creatium
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

Hi! If you could expand on what's the difference between two lists? As I noticed they just state different things: first list if of languages and the second is countries. But, for example, Lithuanian is only in the first list. Should you add Lithuania - Lietuva to the second?

P.S. I'm about to commit major Lithuanian translation update.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

First is the language name, in your native tounge.

 $translated_langs = array(
    );


The other is the country name, in your native tounge.

 $translated_countries = array(
    );
0 replies

Category Forum

Locales Forum - 9

Labels

None yet

Statistics

  • Views 0 views
  • Posts 12 posts
  • Votes 0 votes
  • Topic users 7 members

7 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
K
K
keddy 10
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 16 threads in the forums
C
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
B
B
BDMH 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 4 threads in the forums
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
D
D
  • Newbie, joined since
  • Contributed 2 posts on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet