Added Turkish language and formatted the code using Prettier#50
Added Turkish language and formatted the code using Prettier#50Veysinator wants to merge 5 commits intoaarondoet:masterfrom
Conversation
|
While I'm not using a formatter I still have my own set of rules I usually follow and the formatter you used does not follow them. That is a change I don't want, if I decide to change formatting I will do it myself. And while it is nice that you added translations, they are currently not used inside the plugin. However I would merge a PR changing nothing but the translations file in case I will add translations again. It would probably use a few different messages but I should still be able to use several of the already existing translations. |
Thank you for informing me, have a good day. |
Replace `==`/`!=` with `===`/`!==`
|
|
||
| [[analyzers]] | ||
| name = "javascript" | ||
| enabled = true |
Added 1 language and made the code easier to read