You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.po files newly-created by the action has empty Language value in the header, which make CI failed. Find a method to automatically insert the value zh_TW is desired.
"Language: \n" # incorrect and make the CI failed
"Language: zh_TW\n" # correct
After #102 is merged, there are still some tasks need to be done.
.pofiles newly-created by the action has emptyLanguagevalue in the header, which make CI failed. Find a method to automatically insert the valuezh_TWis desired.