mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
294 stars 35 forks source link

Add Taiwan Language support enhancement plz. #194

Closed hikevin117 closed 1 week ago

hikevin117 commented 3 months ago

Is your feature request related to a problem? Please describe. We would appreciate the addition of Taiwan language support to this card.

Additional context The necessary translations have already been provided in JSON format. Please incorporate these translations into the card.

  zh-TW: {
    'tempHi': '最高氣溫',
    'tempLo': '最低氣溫',
    'precip': '降水量',
    'feelsLike': '體感',  
    'units': {
      'km/h': 'km/h',
      'm/s': 'm/s',
      'mph': 'mph',
      'Bft': 'Bft',
      'hPa': 'hPa',
      'mmHg': 'mm Hg',
      'mm': 'mm',
      'in': 'in'
    },
    'cardinalDirections': [
      '北', '北北東', '東北', '東北東', '東', '東南東', '東南', '南南東',
      '南', '南南西', '西南', '西南西', '西', '西北西', '西北', '北北西', '北'
    ],
    'clear-night': '晴朗(夜間)',
    'cloudy': '多雲',
    'fog': '霧',
    'hail': '冰雹',
    'lightning': '閃電',
    'lightning-rainy': '雷雨',
    'partlycloudy': '局部多雲',
    'pouring': '傾盆大雨',
    'rainy': '雨',
    'snowy': '雪',
    'snowy-rainy': '雨夾雪',
    'sunny': '晴天',
    'windy': '有風',
    'windy-variant': '強風'
  },
github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] commented 1 week ago

This issue was closed because it has been inactive for 7 days since being marked as stale.