{"id":20768662,"url":"https://github.com/bang88/fastlane-plugin-update_android_strings","last_synced_at":"2025-10-08T20:02:52.195Z","repository":{"id":93990849,"uuid":"100367072","full_name":"BANG88/fastlane-plugin-update_android_strings","owner":"BANG88","description":"A fastlane plugin help you update strings.xml","archived":false,"fork":false,"pushed_at":"2017-08-15T13:16:51.000Z","size":12,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T15:47:04.059Z","etag":null,"topics":["android","fastlane","strings","xml"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BANG88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-15T10:34:33.000Z","updated_at":"2022-10-13T11:26:09.000Z","dependencies_parsed_at":"2023-04-08T16:02:04.729Z","dependency_job_id":null,"html_url":"https://github.com/BANG88/fastlane-plugin-update_android_strings","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BANG88%2Ffastlane-plugin-update_android_strings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BANG88%2Ffastlane-plugin-update_android_strings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BANG88%2Ffastlane-plugin-update_android_strings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BANG88%2Ffastlane-plugin-update_android_strings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BANG88","download_url":"https://codeload.github.com/BANG88/fastlane-plugin-update_android_strings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251689894,"owners_count":21628001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","fastlane","strings","xml"],"created_at":"2024-11-17T11:40:19.496Z","updated_at":"2025-10-08T20:02:52.108Z","avatar_url":"https://github.com/BANG88.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# update_android_strings plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-update_android_strings)\n[![Gem Version](https://badge.fury.io/rb/fastlane-plugin-update_android_strings.svg)](https://badge.fury.io/rb/fastlane-plugin-update_android_strings)\n## Getting Started\n\nThis project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-update_android_strings`, add it to your project by running:\n\n```bash\nfastlane add_plugin update_android_strings\n```\n\n## About update_android_strings\n\nUpdate Android res strings.xml\n\n**Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.\n\n## Example\n\nCheck out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.\n\n**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)\n```ruby\n\nlane :test do\n\t# backup your strings.xml are recommended. restore it back when gradle build success.\n  update_android_strings(\n    # xml_path: 'path/to/your/strings.xml', # defaults: \"android/app/src/main/res/values/strings.xml\"\n    block: lambda { |strings|\n\t\t\t # value must be a string, you can update what you want here.\n             strings['a'] = \"string keys\"\n             strings['b'] = \"string keys\"\n             strings['c'] = \"string keys\"\n           }\n  )\nend\n\n\n```\n## Run tests for this plugin\n\nTo run both the tests, and code style validation, run\n\n```\nrake\n```\n\nTo automatically fix many of the styling issues, use\n```\nrubocop -a\n```\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.\n\n## Using _fastlane_ Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).\n\n## About _fastlane_\n\n_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbang88%2Ffastlane-plugin-update_android_strings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbang88%2Ffastlane-plugin-update_android_strings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbang88%2Ffastlane-plugin-update_android_strings/lists"}