Add base localization infrastructure and externalize strings (#670)

* Add base localization infrastructure and externalize strings

* Add Spanish localization scaffolding with translations

* Add machine translations for expanded locales

---------

Co-authored-by: jack <jackjackbits@users.noreply.github.com>
This commit is contained in:
jack
2025-09-24 15:12:42 +02:00
committed by GitHub
co-authored by jack
parent de906cb97c
commit f5caa1751a
58 changed files with 4482 additions and 276 deletions
@@ -0,0 +1,12 @@
/*
Localizable.strings
bitchatShareExtension (Spanish)
*/
"share.status.nothing_to_share" = "nada que compartir";
"share.status.no_shareable_content" = "sin contenido que se pueda compartir";
"share.fallback.shared_link_title" = "enlace compartido";
"share.status.shared_link" = "✓ enlace compartido con bitchat";
"share.status.shared_text" = "✓ texto compartido con bitchat";
"share.status.failed_to_encode" = "no se pudo codificar el enlace";