diff --git a/CHANGELOG.md b/CHANGELOG.md index 6151bbd..a6fdd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## Unreleased - added better logging for cases where items are assigned to multiple unification tags +- added Turkish translation ([#102](https://github.com/AlmostReliable/almostunified/pull/102)) - fixed crash when runtime isn't loaded ([#101](https://github.com/AlmostReliable/almostunified/issues/101)) - fixed newly created custom tags not being considered for unification - fixed runtime not being available when items are assigned to multiple unification tags diff --git a/Common/src/main/resources/assets/almostunified/lang/tr_tr.json b/Common/src/main/resources/assets/almostunified/lang/tr_tr.json new file mode 100644 index 0000000..a0bb5b3 --- /dev/null +++ b/Common/src/main/resources/assets/almostunified/lang/tr_tr.json @@ -0,0 +1,8 @@ +{ + "almostunified.description": "Almost Unified tarafından değiştirildi!", + "almostunified.warning": "Tarif sorunlarını orijinal sahibine bildirmeyin.", + "almostunified.unified": "Birleştirilmiş", + "almostunified.duplicate": "Kopyaları Vardı", + "almostunified.yes": "Evet", + "almostunified.no": "Hayır" +}