Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

chsegala/i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i18n

angularjs module for i18n

This module makes it easier to implement i18n within angularjs applications. It provides 1 filter and 1 directive.

You can use the filter like any other filter "{{elementBind | i18n}}" and the value will be internationalized, or you can use the 'i18n-find="[jQuery Selector]"' directive and let the directive apply the filter.
Just define a "translations" variable on window scope and let angular do the rest

Ex.:

	<ul i18n-find="li">
		<li>text.to.internationalizate</li>
	</ul>

About

angularjs module for i18n

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published