Skip to content

Commit

Permalink
update - add chinese traditional
Browse files Browse the repository at this point in the history
  • Loading branch information
carie8655 committed Jan 13, 2021
1 parent cebf4e6 commit 365b5db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/lang.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const langText = {
en: { wind: 'Wind', humidity: 'Humidity' },
es: { wind: 'Viento', humidity: 'Humedad' },
zh_tw: { wind: '風速', humidity: '濕度' },
de: { wind: 'Windstärke', humidity: 'Feuchtigkeit' },
};

0 comments on commit 365b5db

Please sign in to comment.