mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
added direction language in English
This commit is contained in:
parent
5f949b8457
commit
a2b22652ce
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ var localesPath = __dirname+"/../../locales";
|
||||||
// Serve English strings directly with /locales.ini
|
// Serve English strings directly with /locales.ini
|
||||||
var localeIndex = fs.readFileSync(localesPath+'/en.ini')+'\r\n';
|
var localeIndex = fs.readFileSync(localesPath+'/en.ini')+'\r\n';
|
||||||
|
|
||||||
exports.availableLangs = {'en': {'nativeName': 'English'}};
|
exports.availableLangs = {'en': {'nativeName': 'English', 'direction': 'ltr'}};
|
||||||
|
|
||||||
fs.readdir(localesPath, function(er, files) {
|
fs.readdir(localesPath, function(er, files) {
|
||||||
files.forEach(function(locale) {
|
files.forEach(function(locale) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue