Skip to content

Commit

Permalink
fix: TW missing TR_MODEL_QUICK_SELECT
Browse files Browse the repository at this point in the history
Was missed in #2895
  • Loading branch information
pfeerick committed Jan 2, 2023
1 parent 346ac3c commit 4b838c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radio/src/translations/tw.h
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,10 @@
#define TR_SAMPLE_MODE "採樣模式"
#define TR_SAMPLE_MODES "標準","OneBit"

#if defined(COLORLCD)
#define TR_MODEL_QUICK_SELECT "快速選擇模型"
#endif

#define TR_SELECT_TEMPLATE_FOLDER "選擇一個樣板檔案夾:"
#define TR_SELECT_TEMPLATE "選擇一個樣板:"
#define TR_NO_TEMPLATES "在此檔案夾中未找到模型樣板"
Expand Down

0 comments on commit 4b838c7

Please sign in to comment.