Commit graph

88 commits

Author SHA1 Message Date
Rushabh Mehta
e585e9c38b [minor] 2016-10-09 15:18:17 +05:30
Rushabh Mehta
ef3412b9cb [enhance] set doctype label via Customize Form frappe/frappe#2019 (#2061)
* [enhance] set doctype label via Customize Form frappe/erpnext#2019

* Update customize_form.py
2016-09-20 11:20:46 +05:30
akshay83
14b8e5cee4 [fix] workflow message (#2056) 2016-09-19 13:08:36 +05:30
Rushabh Mehta
ed63eb9719 [fix] language test for derivative languages 2016-08-31 21:51:56 +05:30
Rushabh Mehta
5073369344 [languages] fix code for zh, zh-TW 2016-08-25 15:01:01 +05:30
Rushabh Mehta
cdac8794b9 [fix] [test] [translation] 2016-08-24 14:39:57 +05:30
Rushabh Mehta
8a32adcaf8 [command] bench setup-help will make the help db 2016-08-23 17:53:38 +05:30
Rushabh Mehta
f30a6b8360 [refactor] Language is now a doctype (#2003) 2016-08-23 16:38:03 +05:30
Rushabh Mehta
863aebcc78 [fixes] for translation and save full url for 404 2016-07-25 11:01:28 +05:30
Maxwell Morais
68fa6cd9d0 Enable translation of Capitalized Keywords
The regex checkin only lower letters, dont allow the translation of things like

- VAT
- NPV
- IRR
- PV
- PMT
2016-04-26 14:27:36 -03:00
Rushabh Mehta
b902d1e8cc [enhancements] now can {% include %} in page js files and also write jinja like tags in js templates 2016-04-21 19:00:07 +05:30
Maxwell Morais
2d02d3e91b Small improvement in translations
Move the method to `get_messages_from_workflow` from `get_messages_for_app` to inside `get_messages_from_doctype` to get workflow translations reflected in Js
2016-04-12 21:23:29 -03:00
Nabin Hait
1de94a22ef Merge pull request #1686 from anandpdoshi/fix/get-lang-code
[fix] use get_lang_code in auth.py to evaluate _lang
2016-04-11 17:08:44 +05:30
Anand Doshi
89589bf552 [fix] use get_lang_code in auth.py to evaluate _lang 2016-04-08 18:39:56 +05:30
Maxwell Morais
24031410cb Translations for Workflows and Custom Fields
I added in the translations the behavior of collect translations for;

 - Workflow Actions
 - Workflow States
 - Custom Fields

This patch make sense when I'm translating a single app without revisions in ERPNext or Frappe translations.

Using a patched version of the translation portal I'm being able of translate a single app, and I found that in these cases workflows actions/states are missed, and Custom Fields too, the actual behavior ensure that :

 - Workflow based messages will be exported first based on the doctype
 - Workflow based messages will be exported based on app only if the workflow is a fixture
 - Custom Fields messages will be exported based on app only if the custom field is a fixture.

Note: Messages based on fixtures, will check a presence of a filter, if nothing is return this patch will understand that everything will be exported.
2016-03-31 18:39:27 -03:00
Rushabh Mehta
b9f1d6cee1 [fix] module translation should also load icon labels, fixes #1640 2016-03-22 12:34:51 +05:30
Anand Doshi
bb827d799f [fix] [hot] UnboundLocalError 2016-03-07 23:21:47 +05:30
Anand Doshi
92c3f242e3 [fix] some fixes after merge of translation for 'en' 2016-03-07 20:27:39 +05:30
rohitwaghchaure
f9b8d3eb1e [Fixes] Transaltion not working for english lang, title of transaltion set to language_code 2016-03-04 19:26:46 +05:30
Rushabh Mehta
b698124ae8 [fix] multi-lingual print formats 2016-03-02 15:44:36 +05:30
rohitwaghchaure
9adaabbf38 [enhancement] multi-lingual print formats 2016-03-01 15:19:22 +05:30
Rushabh Mehta
6ba4bb06ff [fix] NotFound if site is not found, remove Async Task, cleanup in translate 2016-02-10 12:17:17 +05:30
Rushabh Mehta
6ca99e96eb [fix] minor, don't print messages for missing files 2015-12-11 10:52:47 +05:30
Anand Doshi
d56767acff [fix] strip whitespace while loading translations 2015-12-01 23:58:04 +05:30
Rushabh Mehta
f9e343ea3e [fix] sort translations while writing so that we get a decent git diff 2015-12-01 16:09:11 +05:30
Rushabh Mehta
9e5750f6d8 [re-org] setup wizard now in frappe 2015-11-12 11:42:30 +05:30
Rushabh Mehta
e95b72665f [fixes] [style] for docs and fix to web form 2015-10-28 15:11:40 +05:30
Rushabh Mehta
0194fa099f [fixes] table of contents 2015-10-27 10:57:26 +05:30
Rushabh Mehta
dd9d73062a [features] build multi-lingual website 2015-10-22 16:39:37 +05:30
Nabin Hait
9a6f041237 Renamed bengali language 2015-10-19 16:15:35 +05:30
Anand Doshi
b5a662b192 [fix] load_lang 2015-08-27 20:16:06 +05:30
Pratik Vyas
0faf6b6470 [fix] Handle None lang in get_full_dict 2015-07-03 09:20:18 +05:30
Rushabh Mehta
f948b8e2b8 [hot] language selection issue 2015-05-15 11:37:07 +05:30
Rushabh Mehta
ad100e3054 [cache] fix for website, default, meta, etc 2015-05-08 18:04:13 +05:30
Rushabh Mehta
8153d050e3 [fix] print format builer, don't include print_hide fields in initial format 2015-05-06 15:02:48 +05:30
Rushabh Mehta
86a990527b [fix] [major] translation cache boo-boo 2015-05-06 11:47:51 +05:30
Rushabh Mehta
3fb635532f [fixes] test case, send to sender if in recipients, undefined in notes, permission test case fix, remove guest permission from blog post 2015-04-29 11:21:13 +05:30
Rushabh Mehta
da06417251 [translation] fixes #3170 2015-04-28 18:07:40 +05:30
Rushabh Mehta
8bd2de1deb [fix] print format 2015-04-28 17:23:54 +05:30
Anand Doshi
05fe53c404 Merge remote-tracking branch 'frappe/v4.x.x' into develop
Conflicts:
	frappe/__version__.py
	frappe/core/doctype/comment/comment.py
	frappe/hooks.py
	frappe/model/db_query.py
	frappe/print/doctype/print_format/print_format.py
	frappe/utils/__init__.py
	requirements.txt
	setup.py
2015-04-06 12:05:50 +05:30
Nabin Hait
3cbc296f4d fix for translations 2015-03-20 15:26:48 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
Pratik Vyas
78c4bd5d1f fix erpnext/#2883 2015-03-02 18:15:36 +05:30
Anand Doshi
0a9d7ed46e Fixed user lang loading 2015-02-28 02:12:11 +05:30
Anand Doshi
f1678e7e49 Support both old and new type language.csv files 2015-02-28 02:08:57 +05:30
Pratik Vyas
be3ee116f5 fix make_dict_from_messages 2015-02-20 15:43:27 +05:30
Pratik Vyas
36a4da274d update translations and patch to new format 2015-02-20 15:05:00 +05:30
Pratik Vyas
08f8b0408e add line number to language csvs 2015-02-20 14:31:44 +05:30
Rushabh Mehta
8710680cfa [fixes] removed attach_files: wtf and cleaned up listviews 2015-02-19 20:04:51 +05:30
Anand Doshi
b81b3fe65d Translate country info, removed some $.each 2015-02-12 19:11:57 +05:30