mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 22:25:19 +00:00
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:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Localizable.strings
|
||||
bitchatShareExtension (French)
|
||||
*/
|
||||
|
||||
"share.status.nothing_to_share" = "rien à partager";
|
||||
"share.status.no_shareable_content" = "aucun contenu partageable";
|
||||
"share.fallback.shared_link_title" = "lien partagé";
|
||||
"share.status.shared_link" = "✓ lien partagé vers bitchat";
|
||||
"share.status.shared_text" = "✓ texte partagé vers bitchat";
|
||||
"share.status.failed_to_encode" = "échec de l'encodage du lien";
|
||||
Reference in New Issue
Block a user