Page 1 of 1

new language

PostPosted: 14. October 2006 22:45
by zodehala
i have translated eng language to x language. and rename it to x.php

it is not seemed in language category

how to do ?

Re: new language

PostPosted: 15. October 2006 00:22
by Izzy
zodehala wrote:i have translated eng language to x language. and rename it to x.php

it is not seemed in language category

how to do ?

Where is the language category are you trying to see it?

If it is in the Xampp splash screen then you will have to include a menu item in xampp\htdocs\xampp\splash.php of your language.php file and it's location.
Code: Select all
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
   <head>
      <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
      <link href="xampp.css" rel="stylesheet" type="text/css">
      <title>XAMPP 1.5 WIN32</title>
   </head>

   <body class="white" bgcolor="#ffffff">
      <center>
         <img src="img/blank.gif" alt="" height="180" width="1"><br>
         <img src="img/xampp-logo.jpg" alt="">
         <p>
         <a href="/xampp/lang.php?de">Deutsch</a> /
         <a href="/xampp/lang.php?en">English</a> /
         <a href="/xampp/lang.php?es">Spanish</a> /
         <a href="/xampp/lang.php?fr">Francais</a> /
         <a href="/xampp/lang.php?it">Italiano</a> /
         <a href="/xampp/lang.php?nl">Nederlands</a> /
         <a href="/xampp/lang.php?no">Norsk</a> /
         <a href="/xampp/lang.php?pl">Polish</a> /
         <a href="/xampp/lang.php?pt_br">Português (Brasil)</a> /
         <a href="/xampp/lang.php?sl">Slovenian</a> /
         <a href="/xampp/lang.php?zh">Chinese</a>
      </center>
   </body>
</html>


Have you tried to contact and inform a developer that you have a new translation that might be included in the list, for the benefit of others who might may want to use the same language as you?

PostPosted: 15. October 2006 11:03
by zodehala
Image

PostPosted: 15. October 2006 11:23
by Izzy
navi.php