-
Notifications
You must be signed in to change notification settings - Fork 27
Namespaces çevirisi #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Namespaces kısımındaki çeviri hatalarının düzeltilmesi.
| @@ -1,5 +1,5 @@ | |||
| ## Namespaces | |||
| Namespaces provide you with a convenient syntax around a common pattern used in JavaScript: | |||
| ## Aduzayları (Namespaces) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uğur, aduzayları çevirini glossary.md'ye de ekler misin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ekledim @onuar, atlamışım.
docs/project/namespaces.md
Outdated
| One thing to note is that namespaces can be nested so you can do stuff like `namespace Utility.Messaging` to nest a `Messaging` namespace under `Utility`. | ||
|
|
||
| For most projects we recommend using external modules and using `namespace` for quick demos and porting old JavaScript code. | ||
| Örnek proje oluştururken veya eski JavaScript kodunu port ederken harici modül ve `namespace` kullanımı tavsiye edilmektedir. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ederken harici" arası fazla boşluk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eye for detail :)
Namespace -> Aduzayı eklendi
Whitespace temizliği.
|
@onuar hallolmuş olmalı şimdi, tekrar review alabilir miyim? |
|
Eline sağlık abi. |
No description provided.