Feature request - Simplify creation of new language translations
Reported by dleffler | October 21st, 2011 @ 01:02 PM | in 2.0.3 (closed)
Currently, you must manually place a setting in the conf/config.php file to turn this feature on, then you must traverse the site to populate the english language file, then rename that file, then edit the words of that file with the new language.
We should be able to simplify this by adding a tab to site configuration.
Additionally, we probably want some method whereby we actually work with the language being used and add to the existing language file. In essence there is NO need for an english language file since the language stored within the templates themselves is always English - US.
Comments and changes to this ticket
-
expNinja November 1st, 2011 @ 02:21 PM
(from [8901b6843926112c7e39a115e360a64cf351d83a]) Turn development & in-turn write_lang_template off for the repo [#369 ] https://github.com/exponentcms/exponent-cms/commit/8901b6843926112c...
-
expNinja November 1st, 2011 @ 09:07 PM
(from [a1581e58e85a416aca48dbe15d975e7c83537505]) Adds Translation (language) management to "Extension" menu. Allows creating a new translation file, add missing phrases to the current (non-default) translation, and turning the "WRITE_LANGUAGE_TEMPLATE" setting on/off. Also updates some of the language management logic. [#369 ] https://github.com/exponentcms/exponent-cms/commit/a1581e58e85a416a...
-
expNinja November 1st, 2011 @ 11:22 PM
(from [8e63b6b8cf5f638587be0b4a8e407864cbd2fe81]) Changes 'add phrases to current language' from a view to a 'flash message' [#369 ] https://github.com/exponentcms/exponent-cms/commit/8e63b6b8cf5f6385...
-
expNinja November 2nd, 2011 @ 12:01 AM
(from [4d6c1ee55a6617852cf1ae88b10f323d8757c313]) Updates some phraseology assoc w/ translation management [#369 ] https://github.com/exponentcms/exponent-cms/commit/4d6c1ee55a661785...
-
expNinja November 2nd, 2011 @ 03:38 AM
(from [874d516115528168e9fb675c9e8e0b3b7114c60b]) Updates some language which breaks language system (uses double quotes, etc...) Most of the existing views reached from the slingbar are now scrubbed but need more 'language-izing [#369 ][#296] https://github.com/exponentcms/exponent-cms/commit/874d516115528168...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Tags
Referenced by
- 296 Upgrade: 'Language-ize' remaining static content (from [874d516115528168e9fb675c9e8e0b3b7114c60b]) Updates...