diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/ru/tools | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/ru/tools')
-rw-r--r-- | files/ru/tools/profiler/index.html | 1 | ||||
-rw-r--r-- | files/ru/tools/release_notes/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/ru/tools/profiler/index.html b/files/ru/tools/profiler/index.html index 2d3de16835..10e4254907 100644 --- a/files/ru/tools/profiler/index.html +++ b/files/ru/tools/profiler/index.html @@ -9,6 +9,7 @@ tags: - Руководство - инструменты translation_of: Tools/Performance +translation_of_original: Tools/Profiler --- <div>{{ToolsSidebar}}</div><p>Используйте средства профилирования, чтобы находить узкие места в своём JavaScript коде. Профайлер периодически проверяет состояние стека вызовов JavaScript и составляет статистику на основе полученных в результате измерения величин.</p> diff --git a/files/ru/tools/release_notes/index.html b/files/ru/tools/release_notes/index.html index 38c96a4e83..ba7f7887f2 100644 --- a/files/ru/tools/release_notes/index.html +++ b/files/ru/tools/release_notes/index.html @@ -2,6 +2,7 @@ title: Замечания к релизу slug: Tools/Release_notes translation_of: Mozilla/Firefox/Releases +translation_of_original: Tools/Release_notes --- <div>{{ToolsSidebar}}</div><h2 id="Firefox_48">Firefox 48</h2> |