SB-Admin-BS4-Angular-8 icon indicating copy to clipboard operation
SB-Admin-BS4-Angular-8 copied to clipboard

Fixed Typo (Boostrap -> Bootstrap) / German translation

Open MoeMorox opened this issue 8 years ago • 3 comments

Farsi and Urdu might have to be changed?

MoeMorox avatar Oct 27 '17 02:10 MoeMorox

Hi looks good! Just missed the switch for german language into:

../src/app/shared/components/header/header.component.html around line 72 <a class="dropdown-item" href="javascript:void(0)" (click)="changeLang('de')">{{ 'German' | translate }}

and into ../src/app/app.component.ts line 10 and 13 translate.addLangs(['en', 'fr', 'ur', 'es', 'it', 'de', 'fa']); translate.use(browserLang.match(/en|fr|ur|es|it|de|fa/) ? browserLang : 'en');

Also for each language the key/value (json) translation for 'German' is missed...

fabiomartino avatar Oct 27 '17 20:10 fabiomartino

Had the changes on disk but not commited.. Sorry for the commit mess, my dev environment of this project's embedded in another one. Tell me if you want a clean up.

MoeMorox avatar Oct 27 '17 21:10 MoeMorox

I don't have write access to this git repo. I only can tell that your changes looks good for that desired functionality.

fabiomartino avatar Oct 27 '17 21:10 fabiomartino