Currently translated at 100.0% (840 of 840 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (838 of 838 strings)
Co-authored-by: maryush <maryush@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/pl/
Translation: Kotatsu/Strings
Currently translated at 100.0% (840 of 840 strings)
Translated using Weblate (French)
Currently translated at 100.0% (836 of 836 strings)
Co-authored-by: Dragibus Noir <big.confetti700@aleeas.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/fr/
Translation: Kotatsu/Strings
Currently translated at 99.5% (832 of 836 strings)
Translated using Weblate (Filipino)
Currently translated at 99.5% (830 of 834 strings)
Co-authored-by: Infy's Tagalog Translations <ced.paltep10@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/fil/
Translation: Kotatsu/Strings
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Draken <premieregirl26@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/vi/
Translation: Kotatsu/Strings
Currently translated at 99.6% (837 of 840 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (836 of 838 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (834 of 836 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (832 of 834 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (832 of 834 strings)
Co-authored-by: gekka <1778962971@qq.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/zh_Hans/
Translation: Kotatsu/Strings
Currently translated at 100.0% (838 of 838 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Frosted <frosted@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/tr/
Translation: Kotatsu/Strings
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Nicola Bortoletto <nicola.bortoletto@live.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/it/
Translation: Kotatsu/Strings
Currently translated at 100.0% (840 of 840 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (838 of 838 strings)
Co-authored-by: maryush <maryush@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/pl/
Translation: Kotatsu/Strings
Currently translated at 99.5% (832 of 836 strings)
Translated using Weblate (Filipino)
Currently translated at 99.5% (830 of 834 strings)
Co-authored-by: Infy's Tagalog Translations <ced.paltep10@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/fil/
Translation: Kotatsu/Strings
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Draken <premieregirl26@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/vi/
Translation: Kotatsu/Strings
Currently translated at 99.6% (837 of 840 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (836 of 838 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (834 of 836 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (832 of 834 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.7% (832 of 834 strings)
Co-authored-by: gekka <1778962971@qq.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/zh_Hans/
Translation: Kotatsu/Strings
Currently translated at 100.0% (838 of 838 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Frosted <frosted@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/tr/
Translation: Kotatsu/Strings
Currently translated at 100.0% (836 of 836 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (834 of 834 strings)
Co-authored-by: Nicola Bortoletto <nicola.bortoletto@live.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/it/
Translation: Kotatsu/Strings
* Optimize edge detection by decoding full image once
Refactors edge detection to decode the entire image at a downscaled resolution once, instead of decoding multiple regions. This improves performance by reducing repeated decoding operations and leverages direct pixel access for edge analysis. Adds a scale factor calculation to balance accuracy and speed for large images.
* Update EdgeDetector.kt
* Update EdgeDetector.kt
* Update EdgeDetector.kt