[APP-718] Improvements and fixes to language handling (#931)

* Add locale helpers for narrowing languages

* Add a translate link to posts in a different language

* Update language filtering to use narrowing when multiple declared

* Fix a few more RTL layout cases

* Fix types
This commit is contained in:
Paul Frazee
2023-06-30 11:35:29 -05:00
committed by GitHub
parent 48844aa4c7
commit ed5a88d9d8
9 changed files with 174 additions and 88 deletions
+1
View File
@@ -609,6 +609,7 @@ const styles = StyleSheet.create({
},
description: {
flex: 1,
marginBottom: 8,
},