npalumbo / keepassui

A UI layer for interacting with the KeePass DB
MIT License
11 stars 3 forks source link

Support localisation (i18n) #23

Closed npalumbo closed 6 days ago

npalumbo commented 7 months ago

Currently, the app only supports the English language. Since most of the Closed testing users are native Spanish speakers it would be good to support the Spanish language as the first translation.

Ideally it should detect the system's language and set the default language to that on a fresh installation.

npalumbo commented 6 days ago

Added support for Spanish language here: https://github.com/npalumbo/keepassui/pull/50