tokenly / tokenly-cms

GNU General Public License v2.0
42 stars 12 forks source link

Multi-language support #40

Open cryptonaut420 opened 9 years ago

cryptonaut420 commented 9 years ago

Needs to be some sort of simple language system which will allow for relatively easy translations. Something similar to how Laravel does it, where there is a "lang" folder with different files, each file holding an array of different types of messages. Notifications, success / error messages, warnings, form labels / actions etc.

This could tie in to #30 as well