dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.71k stars 1.36k forks source link

fix(translations): Translate "Sign In with " string into a handful of additional languages (de, es, fr, nl, pt, pt_BR) #2247

Open rudokemper opened 5 months ago

rudokemper commented 5 months ago

Description

This PR translates this "Sign In with " string for signing in with oauth into a handful of languages: Dutch, German, Spanish, Portuguese, and French. I did not have the language skills to do more than that.

I saw that this string was translated into Slovenian and followed directly after translations for a "Register" string, so I followed suit and placed my translations after "Register" for each language.

ADDITIONAL INFORMATION