Skip to content

Commit

Permalink
i18n: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Sep 23, 2024
1 parent 12a9705 commit ed881f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update-translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
destination = "./src/translation/tr.json"
translations = "en_US SKIP SKIP ar ast az bg bn_BN ca cs_CZ da_DK de_DE el eo es fa fil fi fr_FR fr_CH gl he hr_HR hsb hu_HU in_ID it ja ko kz lt_LT mn nb_NO ne nl pl_PL pt_BR pt_PT ro ru sk sl_SI sr_RS sv_SE tr uk uz vi_VN zh_CN zh_HK zh_TW"

r = requests.get("https://docs.google.com/spreadsheets/d/e/2PACX-1vTjOxfOBVw9VvEroPw30w77XA-JCCbraf4GeL9URMgK0kjfS-YT5R8TT6PACF8O7o6fhPKMsWKFf9M-/pub?output=tsv")
r = requests.get("https://docs.google.com/spreadsheets/d/18z00Rbt6QvLIkayEV9P89vW9oU0QbTVsjRk9nz1CeFY/export?format=tsv&id=18z00Rbt6QvLIkayEV9P89vW9oU0QbTVsjRk9nz1CeFY&gid=0")

r.encoding = 'utf-8' # useful if encoding is not sent (or not sent properly) by the server
csvio = io.StringIO(r.text, newline="")

Expand Down

0 comments on commit ed881f2

Please sign in to comment.