Buradasın
Android Studio Translations Editor Guide
developer.android.com/studio/write/translations-editorYapay zekadan makale özeti
- Core Features
- Translations Editor consolidates default and translated string resources
- String resources are stored in strings.xml files
- Editor supports BCP 47 and locale-region combinations
- Access and Configuration
- Editor accessible through Android view, strings.xml, or Design Editor
- Untranslatable rows can be marked to exclude specific text
- Languages can be added and deleted through globe icon
- Keys can be added and deleted with Safe Delete refactoring
- Text Management
- Text can be edited through list view or Translation field
- Translation errors shown in red text with explanations
- Design Editor allows switching between default and translated text
- Keyboard copy-paste supports diacritic marks
- Testing and RTL Support
- Project can be refactored for bidirectional text support
- Text and layout direction properties available in API Level 17+
- Pseudolocales provide instant English translations for testing
- UI layout can be mirrored automatically with RTL support