-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (17 loc) · 766 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Open-translation (for lack of a better name)
http://www.open-translation.com
The idea of this code is to provide web-site visitors the
ability to help provide text translations for a web-site.
Using JS, a developer can provide a context for users to provide
translations for text on a website. For text that already has
translation submissions, the user will be able to vote up or down.
These translations submissions can be viewed by a web-site
administrator who can then use that information to update locale
entries.
If you are looking to provide localization for a web-site, an
introductory article that may be helpful is as follows:
http://phpadvent.org/2010/localization-by-anthony-gentile
Authors:
Anthony Gentile
Nano Anderson
Brian McAllister