Restore quick language select (#8981)

* restore quick language select

* rm showCancel

* rm margin from thread button

* alf composer icons

* stop hiding keyboard

* use trans
This commit is contained in:
Samuel Newman
2025-09-05 18:34:00 +03:00
committed by GitHub
parent 0f089060d2
commit ee3e083938
4 changed files with 154 additions and 90 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ const schema = z.object({
postLanguage: z.string(),
/**
* The user's post language history, used to pre-populate the post language
* selector in the composer. Within each value, multiple languages are
* separated by values.
* selector in the composer. Within each value, multiple languages are separated
* by commas.
*
* BCP-47 2-letter language codes without region.
*/