Hangfire.HttpJob icon indicating copy to clipboard operation
Hangfire.HttpJob copied to clipboard

語系顯示問題

Open Bean90638 opened this issue 2 years ago • 0 comments

我打算新增繁體中文語系檔,先使用現有的Strings.es.resx測試切換語系有以下問題  

  1. 畫面上的文字並不是全部都有切換 發現元件上的文字依然是中文,於JS上CloseButtonName抓到的也是关闭 image 但是切換到Cron頁面有正常切換語系 image  
  2. 部分文字不是使用語系檔 目前是藉由別的文字來間接判斷,應藉由語系檔案(resx)顯示文字 image  
  3. Strings.es.resx 內容拿去翻譯判斷比較像英文(en),但我沒學過西班牙語(es)不是很確定     附上我建立的測試專案連結供參考 https://github.com/Bean90638/HangfireTest.git

Bean90638 avatar Dec 15 '23 17:12 Bean90638