From 748ac8377a18435a6fd197901818c5d328a55058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Sun, 5 Apr 2026 16:25:48 +0200 Subject: [PATCH] Bulk translation script usage. --- scripts/translate_resources.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/translate_resources.py b/scripts/translate_resources.py index ab4a8f36..aba1d8d7 100644 --- a/scripts/translate_resources.py +++ b/scripts/translate_resources.py @@ -10,6 +10,12 @@ Examples: python scripts/translate_resources.py --dry-run python scripts/translate_resources.py --apply --model gpt-5-nano python scripts/translate_resources.py --apply --locales pl_PL de_DE --chunk-size 120 + + +Usage: + $env:OPENAI_API_KEY="{open ai key here}" + python .\scripts\translate_resources.py --dry-run + python .\scripts\translate_resources.py --apply --model gpt-5-nano --workers 4 """ from __future__ import annotations