2017 © Pedro Peláez
 

dev language_translate

A PHP Class to create a static array of translations, to use on your website

image

guyver4mk/language_translate

A PHP Class to create a static array of translations, to use on your website

  • Friday, July 17, 2015
  • by guyver4mk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Language Translations

A PHP Class to create a static array of translations, to use on your website, (*1)

General Usage

Pull the latest code or Download the Zip file, then add to your project.
You will need to register for a free API Key from Here
In includes/configuration.php file, Change the API Key to the one you receive from Yandex, and change the LANG_PATH definition to a world writable folder for your file to be output to.
Then you can open and edit the includes/lang/language.php file, with the array of sentences / paragraphs / words you would like to translate.
Once you have created your array of phrases, simply call the classes/Lang.php file from your browser or your command line ( php classes/Lang.php ) to create your static array., (*2)

Currently Supported Languages

Here is a list of the currently supported languages using this method;, (*3)

Language Code Language
sq Albanian
ar Arabic
hy Armenian
az Azerbaijani
be Belarusian
bs Bosnian
bg Bulgarian
ca Catalan
zh Chinese
hr Croatian
cs Czech
da Danish
nl Dutch
et Estonian
fi Finnish
fr French
ka Georgian
de German
el Greek
he Hebrew
hu Hungarian
is Icelandic
id Indonesian
it Italian
ja Japanese
ko Korean
lv Latvian
lt Lithuanian
mk Macedonian
ms Malay
mt Maltese
no Norwegian
fa Persian
pl Polish
pt Portuguese
ro Romanian
ru Russian
sr Serbian
sk Slovak
sl Slovenian
es Spanish
sv Swedish
tt Tatar
th Thai
tr Turkish
uk Ukrainian
vi Vietnamese

The Versions

17/07 2015

dev-master

9999999-dev

A PHP Class to create a static array of translations, to use on your website

  Sources   Download

GNU Public

The Requires

  • php >=5.3.0

 

by Ciaran Moore