canvas-lms/gems/canvas_i18nliner
Ryan Shaw b5ae428dbf Make it so i18nliner understands `import(‘./foo’)`
Closes: CORE-1756

Test plan:
* write `import(‘foo/bar’).then(bar => {})` in a file in app/jsx
* run `bundle exec rake i18n:check`
* it should work
* make sure the other i18n rake tasks still work like
  `bundle exec rake i18n:generate_js`

Change-Id: I0966a5de4402232c57476249a3879b9ec1100992
Reviewed-on: https://gerrit.instructure.com/161632
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
2018-08-23 14:19:00 +00:00
..
bin compile_assets improvements, refs SD-2097 2017-02-28 00:34:37 +00:00
js Make it so i18nliner understands `import(‘./foo’)` 2018-08-23 14:19:00 +00:00
spec translate notes column at render time 2017-08-21 19:53:35 +00:00
.gitignore i18nliner-js (part I) 2014-10-30 06:25:36 +00:00
.i18nrc fix canvas_i18nliner issue, along with its tests 2016-10-13 20:44:32 +00:00
README i18nliner-js (part I) 2014-10-30 06:25:36 +00:00
package.json Make it so i18nliner understands `import(‘./foo’)` 2018-08-23 14:19:00 +00:00
test.sh require yarn, not npm 2017-08-14 15:27:14 +00:00

README

# canvas_i18nliner

## i18nliner, canvas style

this will replace the i18n_tasks and i18n_extraction gems