billchen198318 / bamboobsc

next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.
Apache License 2.0
227 stars 110 forks source link

Localization #62

Open tiennv82 opened 6 years ago

tiennv82 commented 6 years ago

Hi,

Please guide me how to locale Bamboo to Vietnamese?

Thank you so much!

billchen198318 commented 6 years ago

Please refer: https://github.com/billchen198318/bamboobsc/issues/27 https://github.com/billchen198318/bamboobsc/issues/28 https://github.com/billchen198318/bamboobsc/issues/30

  1. Add *_vn.properties language file in develope environment directory: core-web/resource/com/netsteadfast/greenstep/action gsbsc-web/resource/com/netsteadfast/greenstep/bsc/action gsbsc-mobile-web/resource/com/netsteadfast/greenstep/bsc/mobile/action

The qcharts-web deprecated since 0.7.4, no need. /qcharts-web/resource/com/netsteadfast/greenstep/qcharts/action

2. And add "vn" options in /core-base/src/META-INF/lang.json

tiennv82 commented 6 years ago

Thank you,