diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:28:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:28:55 +0100 |
commit | 68329ed10215ae1e07a55115afe41caf0506a178 (patch) | |
tree | ebd1dd38f34cbbdb8b67939caffae10dd03e73af /files/tr/web/javascript/guide | |
parent | c921f8b3f42e02cbd045ba32a1ed37d7d07ef7bf (diff) | |
parent | b7edf84c423a5f25ebb340fcdab552d5784e2109 (diff) | |
download | translated-content-68329ed10215ae1e07a55115afe41caf0506a178.tar.gz translated-content-68329ed10215ae1e07a55115afe41caf0506a178.tar.bz2 translated-content-68329ed10215ae1e07a55115afe41caf0506a178.zip |
Merge pull request #45 from fiji-flo/unslugging-tr
Unslugging tr
Diffstat (limited to 'files/tr/web/javascript/guide')
-rw-r--r-- | files/tr/web/javascript/guide/control_flow_and_error_handling/index.html (renamed from files/tr/web/javascript/guide/ifadeler/index.html) | 3 | ||||
-rw-r--r-- | files/tr/web/javascript/guide/functions/index.html (renamed from files/tr/web/javascript/guide/fonksiyonlar/index.html) | 3 | ||||
-rw-r--r-- | files/tr/web/javascript/guide/working_with_objects/index.html (renamed from files/tr/web/javascript/guide/nesneler_ile_çalışmak/index.html) | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/files/tr/web/javascript/guide/ifadeler/index.html b/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html index dcf6d13466..ba35caf1d9 100644 --- a/files/tr/web/javascript/guide/ifadeler/index.html +++ b/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html @@ -1,11 +1,12 @@ --- title: Kontrol akışı ve hata yakalama -slug: Web/JavaScript/Guide/Ifadeler +slug: Web/JavaScript/Guide/Control_flow_and_error_handling tags: - Başlangıç - JavaScript - Rehberi translation_of: Web/JavaScript/Guide/Control_flow_and_error_handling +original_slug: Web/JavaScript/Guide/Ifadeler --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Grammar_and_types", "Web/JavaScript/Guide/Loops_and_iteration")}}</div> diff --git a/files/tr/web/javascript/guide/fonksiyonlar/index.html b/files/tr/web/javascript/guide/functions/index.html index e688bd5dcb..ff7638ebb5 100644 --- a/files/tr/web/javascript/guide/fonksiyonlar/index.html +++ b/files/tr/web/javascript/guide/functions/index.html @@ -1,11 +1,12 @@ --- title: Fonksiyonlar -slug: Web/JavaScript/Guide/Fonksiyonlar +slug: Web/JavaScript/Guide/Functions tags: - Başlangıç seviyesi - Fonksiyonlar - Rehber translation_of: Web/JavaScript/Guide/Functions +original_slug: Web/JavaScript/Guide/Fonksiyonlar --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}</div> diff --git a/files/tr/web/javascript/guide/nesneler_ile_çalışmak/index.html b/files/tr/web/javascript/guide/working_with_objects/index.html index 0782b4db6c..7b3c555da6 100644 --- a/files/tr/web/javascript/guide/nesneler_ile_çalışmak/index.html +++ b/files/tr/web/javascript/guide/working_with_objects/index.html @@ -1,7 +1,8 @@ --- title: Nesnelerle çalışmak -slug: Web/JavaScript/Guide/Nesneler_ile_çalışmak +slug: Web/JavaScript/Guide/Working_with_Objects translation_of: Web/JavaScript/Guide/Working_with_Objects +original_slug: Web/JavaScript/Guide/Nesneler_ile_çalışmak --- <div>{{jsSidebar("JavaScript Rehberi")}} {{PreviousNext("Web/JavaScript/Guide/Keyed_collections", "Web/JavaScript/Guide/Details_of_the_Object_Model")}}</div> |