TileBoard icon indicating copy to clipboard operation
TileBoard copied to clipboard

localization

Open floxboy opened this issue 4 years ago • 1 comments

How to set global localization to date and time? now displayed in English i want to do russian on all pages

floxboy avatar Mar 06 '20 05:03 floxboy

  1. Take this file https://github.com/angular/bower-angular-i18n/blob/master/angular-locale_ru-ru.js
  2. Put it in folder scripts/vendors/
  3. Change index.html by adding this line to script tag: 'scripts/vendors/angular-locale_ru-ru.js',

AlexeyHimki avatar Aug 19 '20 20:08 AlexeyHimki