diff --git a/README.md b/README.md index 929dd99..37a7422 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,9 @@ 24. Firestore - https://medium.com/firebase-developers/should-i-query-my-firebase-database-directly-or-use-cloud-functions-fbb3cd14118c + +25. Localization + +- Keep all user-facing strings in locale files and access them through an i18n helper instead of hard-coding text in components. +- https://github.com/jondot/awesome-react-native#internationalization +- https://reactnative.dev/docs/i18n