Skip to content

Commit ab585d5

Browse files
feat: improve Android loader with comprehensive test cases and edge case handling (#708)
* feat: improve Android loader with comprehensive test cases and edge case handling Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com> * fix: remove XML declaration from Android loader output Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com> * fix: properly handle CDATA sections in Android loader Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com> * fix: improve XML entity decoding and whitespace handling in Android loader Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com> * feat: add tests for additional Android i18n edge cases and fix whitespace preservation Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com> Co-authored-by: Max Prilutskiy <5614659+maxprilutskiy@users.noreply.github.com>
1 parent e5d2b64 commit ab585d5

3 files changed

Lines changed: 706 additions & 85 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"lingo.dev": minor
3+
---
4+
5+
Add comprehensive Android loader implementation with support for various edge cases including HTML markup, CDATA sections, format strings, and special character escaping.

0 commit comments

Comments
 (0)