1c-syntax/sonar-l10n-ru

Check that SonarQube Core Badges is localized and localize Qualsign Badges

Closed this issue · 3 comments

There is a badges plugin

https://github.com/QualInsight/qualinsight-plugins-sonarqube-badges

first off all we need to fix QualInsight/qualinsight-plugins-sonarqube-badges#44
may be we need an pull request to official docker-alpine image

next - we need a localized badges ;-)

dirty hack - we need and string raplace in svg https://raw.githubusercontent.com/QualInsight/qualinsight-plugins-sonarqube-badges/master/images/measure_flat_ok.svg

sed -i -e 's/technical debt ratio on new code/технический долг в новом коде/g' measure_flat_ok.svg

And then rebuild plugin with ru suffix ;-)

Hi, if you need localisation just create an issue explaining what would be required on the plugin's side.