mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
add nl/fr
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@771 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
fd597941ee
commit
b77ee7efb0
@ -1,5 +1,5 @@
|
||||
RewriteEngine on
|
||||
|
||||
RewriteBase /
|
||||
RewriteRule ^(ru|en|sp|ua)/(.*) $2?intlocale=$1 [L]
|
||||
RewriteRule ^(ru|en|sp|ua)$ $1/ [R,L]
|
||||
RewriteRule ^(ru|en|sp|ua|fr|nl)/(.*) $2?intlocale=$1 [L]
|
||||
RewriteRule ^(ru|en|sp|ua|fr|nl)$ $1/ [R,L]
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$available_locales = array("en","sp","ru","ua");
|
||||
$available_locales = array("en","sp","ru","ua","fr","nl");
|
||||
$default_locale = "en";
|
||||
$siteroot = "";
|
||||
$site_encoding = "utf-8";
|
||||
|
4
site/locales/fr/properties
Normal file
4
site/locales/fr/properties
Normal file
@ -0,0 +1,4 @@
|
||||
encoding=utf-8
|
||||
output_charset=utf-8
|
||||
output_encoding=utf-8
|
||||
title=Mibew Web Messenger
|
@ -1,7 +1,41 @@
|
||||
encoding=utf-8
|
||||
|
||||
ar=Arabic
|
||||
bg=Bulgarian
|
||||
ca=Català
|
||||
cs=Čeština
|
||||
da=Dansk
|
||||
de=Deutsch
|
||||
el=Greek
|
||||
en=English
|
||||
et=Eesti
|
||||
fa=Persian
|
||||
fi=Suomi
|
||||
fr=Français
|
||||
sp=Español
|
||||
he=Hebrew
|
||||
hr=Hrvatski
|
||||
hu=Magyar
|
||||
it=Italiano
|
||||
ka=Georgian
|
||||
kk=Kazakh
|
||||
ko=Korean
|
||||
ky=Kyrgyz
|
||||
lv=Latvian
|
||||
lt=Lithuanian
|
||||
nl=Dutch
|
||||
no=Norsk
|
||||
pl=Polski
|
||||
pt-pt=Português
|
||||
pt-br=Português Brasil
|
||||
ro=Romanian
|
||||
ru=Russian
|
||||
ua=Ukrainian
|
||||
sk=Slovenčina
|
||||
sl=Slovenščina
|
||||
sp=Español
|
||||
sr=Serbian
|
||||
sv=Svenska
|
||||
th=Thai
|
||||
tr=Türkçe
|
||||
ua=Ukrainian
|
||||
zh-cn=Simplified Chinese
|
||||
zh-tw=Traditional Chinese
|
||||
|
4
site/locales/nl/properties
Normal file
4
site/locales/nl/properties
Normal file
@ -0,0 +1,4 @@
|
||||
encoding=utf-8
|
||||
output_charset=utf-8
|
||||
output_encoding=utf-8
|
||||
title=Mibew Web Messenger
|
Loading…
Reference in New Issue
Block a user