about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-02-08T20·46+0300
committertazjin <tazjin@tvl.su>2024-02-08T20·55+0000
commit5cae0026f517d286497e3329f979250f9391cd05 (patch)
tree0ad8d06f8a893d2ca8457c22ea0f23ebfbce64fe /users/tazjin
parentb77a103a2ad0768f3892a7e2e38d0e8c79c09034 (diff)
fix(tazjin/tgsa): fix cloud folder ID for translations r/7484
Change-Id: Icc2fa07902507a9abcf43ab3076419fefac8552d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10749
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin')
-rw-r--r--users/tazjin/tgsa/src/translate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/tgsa/src/translate.rs b/users/tazjin/tgsa/src/translate.rs
index 84c74cc5b3..35d7b35ca8 100644
--- a/users/tazjin/tgsa/src/translate.rs
+++ b/users/tazjin/tgsa/src/translate.rs
@@ -155,7 +155,7 @@ fn fetch_iam_token(token: &str) -> Result<String> {
 
 pub fn fetch_translation(message: &str) -> Result<String> {
     let request_body = json!({
-        "folderId": "b1gq41rsbggeum4qafnh",
+        "folderId": "b1g5k8f0tgimg06i6p5h",
         "texts": [ message ],
         "targetLanguageCode": "en",
     });