-
- [ ] make a framework to copy the android resource to the ios app on build
- [ ] use chat gpt suggestion below to convert icons
- [ ] parse android strings files and store in memory hash lookup
-
Hello,
Happy New Year!!
Hope you all are doing good.
We have some pending projects in Gujarati gu-IN. So, in this 2020, let's work on those projects together and complete the assigned tasks.…
-
This issue is related to the same on Android https://github.com/organicmaps/organicmaps/issues/6638
It needs to cover the UI elements with accessibility hints and descriptions to support VoiceOver.…
-
### Describe the issue
Hello, our translation files in Weblate are based in .po and they are the base for translating to Android .xml and iOS .strings. We have configured `$STRING$` for string placeh…
-
Strings that match the form of strings in the [axplorer.org](axplorer.org) content provider string mappings could be used to invoke permission protected operations in Android through content providers…
-
```
English user-facing strings are littered throughout the code. We need to
replace these with strings.xml references so that we can easily localize the
application to other languages.
http://deve…
-
Hi, I am running into something similar to [what I expressed in the iOS SDK some months ago](https://github.com/phrase/ios-sdk/issues/36) regarding the behavior of min/max version constraints. Basical…
-
It would be nice if this plug in could add support for localized permission strings like "may I use your location" and the many other required permission strings. Having a separate set of ARB files f…
-
## The main problem
When you use a stylus as an input device, sometimes a PointerDownEvent gets triggered and then for the next 5-30sec the application doesn't handle any pointer inputs(it probably j…
-
I'm trying to parse XML for Android string files, here's an example:
```
Test with argument %1s here
test 2
```
NOTE - the XML value within each tag is unique in that…