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
The text was updated successfully, but these errors were encountered:
After #102 is merged, there are still some tasks need to be done.
.po
files newly-created by the action has emptyLanguage
value in the header, which make CI failed. Find a method to automatically insert the valuezh_TW
is desired.The text was updated successfully, but these errors were encountered: