Re: [Django] #29175: makemessages does parse ES6 template strings

2018-04-16 Thread Django
#29175: makemessages does parse ES6 template strings
--+
 Reporter:  Artem Skoretskiy  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  2.0
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+

Comment (by Tim Graham):

 That looks okay. I create a [https://github.com/django/django/pull/9880
 PR]. One comment there.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.6e9f71208ca0b6ac2231a9c8a7c89260%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29175: makemessages does parse ES6 template strings

2018-04-16 Thread Django
#29175: makemessages does parse ES6 template strings
--+
 Reporter:  Artem Skoretskiy  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  2.0
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Claude Paroz):

 * has_patch:  0 => 1


Comment:

 Draft patch attached for resolving both #29175 and #29174.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.79746625c1b3798913c90466e69d92d4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29175: makemessages does parse ES6 template strings

2018-04-16 Thread Django
#29175: makemessages does parse ES6 template strings
--+
 Reporter:  Artem Skoretskiy  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  2.0
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Claude Paroz):

 * Attachment "29174.diff" added.

 Tentative doc patch

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.96d2915fbd3e11102aa98429902735c3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29175: makemessages does parse ES6 template strings

2018-03-07 Thread Django
#29175: makemessages does parse ES6 template strings
--+
 Reporter:  Artem Skoretskiy  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  2.0
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Claude Paroz):

 * component:  Internationalization => Documentation
 * type:  Bug => Cleanup/optimization
 * stage:  Unreviewed => Accepted


Comment:

 Same as #29174, I even found the gettext bug report:
 https://savannah.gnu.org/bugs/?50920

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ab7f7dc23d7b1bf9b3ac0bd78265047b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29175: makemessages does parse ES6 template strings

2018-03-05 Thread Django
#29175: makemessages does parse ES6 template strings
-+-
 Reporter:  Artem Skoretskiy |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:   |  Version:  2.0
  Internationalization   |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 Isn't this an [https://savannah.gnu.org/bugs/?50920 xgettext issue] rather
 than something Django can solve?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.a0b6f0732bd32fe634ef0c1c2be961df%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29175: makemessages does parse ES6 template strings

2018-03-01 Thread Django
#29175: makemessages does parse ES6 template strings
-+-
 Reporter:  Artem Skoretskiy |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:   |  Version:  2.0
  Internationalization   |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Artem Skoretskiy):

 * cc: Artem Skoretskiy (added)
 * type:  Uncategorized => Bug
 * component:  Uncategorized => Internationalization


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.6faa25d53fe077cb5be6f8f24fc0d336%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29175: makemessages does parse ES6 template strings

2018-03-01 Thread Django
#29175: makemessages does parse ES6 template strings
---+--
 Reporter:  tonnzor|Owner:  nobody
 Type:  Uncategorized  |   Status:  new
Component:  Uncategorized  |  Version:  2.0
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by tonnzor):

 * Attachment "api.js" added.

 Sample ES6 file that raises a warning

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.8c151663d6d7aed0a8c64a755a56dee7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.