瀏覽代碼

fixed english tag names

sirekanian 3 年之前
父節點
當前提交
efbd5df9ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -14,7 +14,7 @@ wget --header="Accept-Encoding: gzip" -qO- "$ENDPOINT/data.json" | gunzip |
 
 # transform tags.json to csv
 wget -qO- "$ENDPOINT/tags.json" |
-  jq -r 'map([.["id"],.["shortName"],.["ruShortName"]])[] | @csv' \
+  jq -r 'map([.["id"],.["enShortName"],.["ruShortName"]])[] | @csv' \
     >"app/schemas/TagEntity.csv"
 
 # transform index.json to csv