Reland "Localization: creating and integrating i18n module"
This reverts commit 8f012723b79deb820562b06e54bd34600578cef7.
The cause of the i18n not working on debug configuration was that
some files were missing from the grd lists.
- Added i18nImpl, i18n-bundle.js with a similar process to the rest
of the modules.
To make it easy to review:
the first patchset contains the reland with no modifications the >2 patchset
contains the fixes, so if you diff Patchset 1 vs > 1 you should see the fixes
described above.
Change-Id: Iee3767b6afeb1a039be952f787886f94c0752f56
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2376945
Commit-Queue: Vidal Diazleal <[email protected]>
Reviewed-by: Tim van der Lippe <[email protected]>
Reviewed-by: Peter Marshall <[email protected]>
diff --git a/BUILD.gn b/BUILD.gn
index 2e271bb..9d668c9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -334,7 +334,7 @@
generated_applications_html + generated_applications_js +
generated_non_autostart_non_remote_modules + devtools_embedder_scripts +
generated_worker_bundles + generated_typescript_entrypoint_sources +
- generated_typescript_modules +
+ generated_typescript_modules + generated_devtools_locale_files +
[
"$resources_out_dir/devtools_extension_api.js",
"$resources_out_dir/sdk/wasm_source_map/pkg/wasm_source_map_bg.wasm",