bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

Feature request: localization #159

Open Hadeer-Attalluh opened 3 years ago

Hadeer-Attalluh commented 3 years ago

if we can add locale attribute to display percentage with different locale " specially Arabic " that would be great

Hadeer-Attalluh commented 3 years ago

for now i'm using a workaround where i set these attributes [showTitle]="true" [showSubtitle]="false" [title]="{{localizednumberValue}}"

TTvanWillegen commented 2 years ago

Better would probably be to allow ng-templates for subtitle, title and units params; then we can use whatever we want as text; it being localised or not.