Bump i18nliner again
Change-Id: I3e67f7feafe50063329d28b0306734a97f669f92 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/298279 Reviewed-by: Charley Kline <ckline@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Jacob Burroughs <jburroughs@instructure.com> Product-Review: Jacob Burroughs <jburroughs@instructure.com>
This commit is contained in:
parent
5fdaac076d
commit
b8ec9f23f1
|
@ -77,7 +77,7 @@ gem "hashery", "2.1.2", require: false
|
|||
gem "highline", "2.0.3", require: false
|
||||
gem "httparty", "0.18.1"
|
||||
gem "i18n", "1.8.5"
|
||||
gem "i18nliner", "0.2.0"
|
||||
gem "i18nliner", "0.2.2"
|
||||
gem "ruby2ruby", "2.4.4", require: false
|
||||
gem "ruby_parser", "3.18.1", require: false
|
||||
gem "icalendar", "2.7.0", require: false
|
||||
|
|
|
@ -246,7 +246,7 @@ module TextHelper
|
|||
next unless value.is_a?(String) && !value.is_a?(MarkdownSafeBuffer) && !value.is_a?(ActiveSupport::SafeBuffer)
|
||||
next if key == :wrapper
|
||||
|
||||
options[key] = markdown_escape(value).gsub(/\s+/, " ").strip
|
||||
options[key] = markdown_escape(value).gsub("\\\*", "\\\\\\*").gsub(/\s+/, " ").strip
|
||||
end
|
||||
end
|
||||
translated = t(*args)
|
||||
|
|
|
@ -209,7 +209,7 @@
|
|||
"@instructure/i18nliner": "^3",
|
||||
"@instructure/i18nliner-canvas": "^1.2",
|
||||
"@instructure/i18nliner-handlebars": "^2",
|
||||
"@instructure/i18nliner-runtime": "^1.0.1",
|
||||
"@instructure/i18nliner-runtime": "^1.0.2",
|
||||
"@prettier/plugin-ruby": "^1.5.2",
|
||||
"@sentry/webpack-plugin": "^1.5.2",
|
||||
"@sheerun/mutationobserver-shim": "0.3.2",
|
||||
|
|
|
@ -1724,10 +1724,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@instructure/i18nliner-handlebars/-/i18nliner-handlebars-2.0.0.tgz#76d01fe4609d3247d4829b58f2439954f673399b"
|
||||
integrity sha512-y2QA1mWgYF4tg/EDmUFS74nfFo/TT6THzKtR82UFGOVxmuKz6ULCk3gH8P/o3bTgebyOdh+S9yKyzLSrZ18MbA==
|
||||
|
||||
"@instructure/i18nliner-runtime@^1", "@instructure/i18nliner-runtime@^1.0.1":
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@instructure/i18nliner-runtime/-/i18nliner-runtime-1.0.1.tgz#2e826a56c8ed3e7448bd1efe1feec8070387a6ec"
|
||||
integrity sha512-EaYu7UyhWs6FuVBq/XXLqxoBdhwvq3mQ4wFLvvZn7sGRhpjtyrFwKVvWpNhZf7G+jBtTnH579M0c1mCFcOa1Dg==
|
||||
"@instructure/i18nliner-runtime@^1", "@instructure/i18nliner-runtime@^1.0.2":
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@instructure/i18nliner-runtime/-/i18nliner-runtime-1.0.2.tgz#fa9420441d960a0237bc45d560f69439f6f2bf98"
|
||||
integrity sha512-e/8F0ik5egNbxme4r69sHiHbrjCco7vPPb3n/gIp8Fz9hrLN+tNestoOC9lsgY0iVJTkeq0I/tFl7yvx4wwu0A==
|
||||
dependencies:
|
||||
crc32 "^0.2.2"
|
||||
speakingurl "^13.0.0"
|
||||
|
|
Loading…
Reference in New Issue