Skip to content

Instantly share code, notes, and snippets.

@fideloper
Created January 20, 2012 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fideloper/1647974 to your computer and use it in GitHub Desktop.
Save fideloper/1647974 to your computer and use it in GitHub Desktop.
Zend Translate
resources.locale.default = "en_US"
resources.translate.content = APPLICATION_PATH "/../data/locales"
resources.translate.scan = "directory"
resources.translate.adapter = "csv"
resources.translate.delimiter = ","
resources.translate.default = "en"
;File localization structure example:
;
; project_root/data/locales/en/lang_en.csv
; project_root/data/locales/de/lang_de.csv
; project_root/data/locales/es/lang_es.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment