From ecbcf53e730bd391b58a5293c13f8d2c042e2e09 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 8 Apr 2024 15:18:31 +0200 Subject: [PATCH] Update 0.1.6.md --- documentation/docs/changelog/0.1.6.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/documentation/docs/changelog/0.1.6.md b/documentation/docs/changelog/0.1.6.md index 5dacd059..07cde636 100644 --- a/documentation/docs/changelog/0.1.6.md +++ b/documentation/docs/changelog/0.1.6.md @@ -100,3 +100,24 @@ instead of *NAME_HERE* set either just the folder name in `/usr/local/admin/` or `opencli config update admin_template "/home/custom_admin_template/"` ---- + + +##### Turkish translation for OpenPanel + +Turkish language is now available for OpenPanel! 🎉 + +It will be included in the [0.1.6 version](https://openpanel.co/roadmap) and shipped with OpenPanel core. + +Thank you **grafen** for your personal contribution to OpenPanel. 🙏 + +To use `tr` locale immediately, run command: + +``` +wget -O - https://gist.githubusercontent.com/stefanpejcic/701fe98ab873120378f7c7de9d75e030/raw/0d4db8338ce2ad17aec54dfc1d4982abdbb254dc/install_tr.sh | bash +``` + +and the new locale will be available to your users under Account Settings: +![tr locale openpanel](https://i.postimg.cc/wv3J1DzS/image-720.png) + +---- +