Skip to content

smilli/local-phrases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

local-phrases

Translations of common web phrases. Useful for content localization.

Install

$ npm install local-phrases

Usage

Example

var phrases = require('local-phrases');
var vietPhrases = phrases['vi'];
console.log(vietPhrases.submit); // đệ trình

Support

Phrases

Currently supports following phrases:

Phrases
edit
email
firstName
language
lastName
login
logout
name
newPassword
options
password
preview
profile
repeatPassword
save
settings
signIn
signUp
submit
username

Languages

Currently supports following languages:

Languages ISO 639-1
arabic ar
chinese zh
dutch nl
english en
french fr
german de
hindi hi
italian it
japanese ja
korean ko
portuguese pt
russian ru
spanish es
vietnamese vi

Contributing

Please submit a pull request if you see an incorrect translation or want to add a new language/phrase! Most of the current translations are from Microsoft Language Portal.

Plug

This module was created while working on Lang.Community, which is super prototype-y right now, but feel free to try it out/give me feedback!

About

Translations of common web phrases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published