diff options
| author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:29:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 18:29:11 +0100 |
| commit | 890776270440331dcd24d34dc5e1cef2167aa70a (patch) | |
| tree | 592d1460ade83ad936206ce715a50a1d04b877c7 /files/uk/web/javascript/reference/functions | |
| parent | 68329ed10215ae1e07a55115afe41caf0506a178 (diff) | |
| parent | 426f4cc81396745a22d263792cfc3974245dd9e8 (diff) | |
| download | translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.tar.gz translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.tar.bz2 translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.zip | |
Merge pull request #60 from fiji-flo/unslugging-uk
Unslugging uk
Diffstat (limited to 'files/uk/web/javascript/reference/functions')
| -rw-r--r-- | files/uk/web/javascript/reference/functions/arrow_functions/index.html (renamed from files/uk/web/javascript/reference/functions/стрілкові_функції/index.html) | 3 | ||||
| -rw-r--r-- | files/uk/web/javascript/reference/functions/rest_parameters/index.html (renamed from files/uk/web/javascript/reference/functions/решта_параметрів/index.html) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/uk/web/javascript/reference/functions/стрілкові_функції/index.html b/files/uk/web/javascript/reference/functions/arrow_functions/index.html index f1638d8d84..90e1c4c6a3 100644 --- a/files/uk/web/javascript/reference/functions/стрілкові_функції/index.html +++ b/files/uk/web/javascript/reference/functions/arrow_functions/index.html @@ -1,7 +1,8 @@ --- title: Стрілкові функції -slug: Web/JavaScript/Reference/Functions/Стрілкові_функції +slug: Web/JavaScript/Reference/Functions/Arrow_functions translation_of: Web/JavaScript/Reference/Functions/Arrow_functions +original_slug: Web/JavaScript/Reference/Functions/Стрілкові_функції --- <div>{{jsSidebar("Functions")}}</div> diff --git a/files/uk/web/javascript/reference/functions/решта_параметрів/index.html b/files/uk/web/javascript/reference/functions/rest_parameters/index.html index f117aecc60..e659cebeeb 100644 --- a/files/uk/web/javascript/reference/functions/решта_параметрів/index.html +++ b/files/uk/web/javascript/reference/functions/rest_parameters/index.html @@ -1,12 +1,13 @@ --- title: Залишкові параметри -slug: Web/JavaScript/Reference/Functions/решта_параметрів +slug: Web/JavaScript/Reference/Functions/rest_parameters tags: - JavaScript - Rest - параметри - функції translation_of: Web/JavaScript/Reference/Functions/rest_parameters +original_slug: Web/JavaScript/Reference/Functions/решта_параметрів --- <div>{{jsSidebar("Functions")}}</div> |
