{"id":13994379,"url":"https://github.com/num42/fastlane-plugin-localize","last_synced_at":"2025-07-22T19:32:15.407Z","repository":{"id":56845844,"uuid":"122050477","full_name":"num42/fastlane-plugin-localize","owner":"num42","description":"Searches the code for extractable strings and allows interactive extraction to .strings file.","archived":false,"fork":false,"pushed_at":"2023-02-28T10:15:42.000Z","size":8297,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-19T21:18:18.007Z","etag":null,"topics":["developer-tool","fastlane-plugin","ios"],"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/num42.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}},"created_at":"2018-02-19T11:00:44.000Z","updated_at":"2023-10-15T02:59:43.000Z","dependencies_parsed_at":"2024-01-18T04:54:47.134Z","dependency_job_id":"bfe84d32-fd9f-4b54-960e-b2f1005cc9e5","html_url":"https://github.com/num42/fastlane-plugin-localize","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":"0.31818181818181823","last_synced_commit":"6585726076923f085074cd2ed107b74d7fb6b9d5"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/num42%2Ffastlane-plugin-localize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/num42%2Ffastlane-plugin-localize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/num42%2Ffastlane-plugin-localize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/num42%2Ffastlane-plugin-localize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/num42","download_url":"https://codeload.github.com/num42/fastlane-plugin-localize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227127969,"owners_count":17734955,"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":["developer-tool","fastlane-plugin","ios"],"created_at":"2024-08-09T14:02:50.484Z","updated_at":"2024-11-29T16:31:20.103Z","avatar_url":"https://github.com/num42.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# localize plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-localize)\n\n## Getting Started\n\nThis project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-localize`, add it to your project by running:\n\n```bash\nfastlane add_plugin localize\n```\n\n## About localize\n\nSearches the code for extractable strings and allows interactive extraction to .strings file.\n\n- Whitelists non-extracted strings for further runs\n- Extracts as `NSLocalizedString` by default\n- Support for [Swiftgen](https://github.com/SwiftGen/SwiftGen) by supplying `use_swiftgen:true`\n\n![Example Gif](https://github.com/num42/fastlane-plugin-localize/raw/master/Localize.gif)\n\n## Run from Commandline\n\nTo show all options:\n\n```bash\nfastlane action localize\n```\n\nExample:\n\n```bash\nfastlane run localize strings_file:\"Sources/Base/Supporting Files/en.lproj/Localizable.strings\" file_filter:\"Swiftgen,Sourcery\" use_swiftgen:\"true\"\n```\n\n## Run from Fastfile\n\n```ruby\ndesc \"Search for localizable strings\"\nlane :localize_strings do\n  localize(\n    strings_file: \"Sources/Base/Supporting Files/en.lproj/Localizable.strings\",\n    file_filter: \"Swiftgen,Sourcery\", # filters files with these words in their path\n    use_swiftgen: \"true\" # remove to use NSLocalizableString instead\n  )\nend\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%2Fnum42%2Ffastlane-plugin-localize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnum42%2Ffastlane-plugin-localize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnum42%2Ffastlane-plugin-localize/lists"}