{"id":18308657,"url":"https://github.com/dimix/localizable","last_synced_at":"2025-04-09T11:29:20.473Z","repository":{"id":83177103,"uuid":"85079854","full_name":"dimix/Localizable","owner":"dimix","description":"A quick \u0026 simple String extension to localize your application","archived":false,"fork":false,"pushed_at":"2017-03-15T14:31:45.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T05:27:49.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/dimix.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-03-15T14:07:55.000Z","updated_at":"2017-03-15T17:54:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"babd3ab3-9e90-4c76-aee2-a2b555f19e0f","html_url":"https://github.com/dimix/Localizable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimix%2FLocalizable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimix%2FLocalizable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimix%2FLocalizable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimix%2FLocalizable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimix","download_url":"https://codeload.github.com/dimix/Localizable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248030620,"owners_count":21036229,"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":[],"created_at":"2024-11-05T16:08:44.292Z","updated_at":"2025-04-09T11:29:20.467Z","avatar_url":"https://github.com/dimix.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Localizable\nA quick \u0026 simple String extension to localize your application\n\n## Features\nFast and simple extention to String to replace NSLocalizedString and similar Apple functions.\n\n## How to Use\n\n#### 1. Add String+Localizable.swift on your project\n#### 2. Start localizing\n\n##### Simple localization\n\n```swift\n\"string.to.localize\".localized\n//  or\n\"string.to.localize\".localized()\n```\n\n##### Get localization form a table\n\n```swift\n\"string.to.localize\".localized(\"TableName\")\n```\n\n##### Comment localization\n\n```swift\n\"string.to.localize\".localized(comment: \"This is the comment\")\n```\n\n##### Pass arguments\n\n```swift\n\"string.to.localize %@\".localized(arguments: [12]) // Print: \"string.to.localize 12\"\n```\n\n##### Pass default value\n\n```swift\n\"string.to.localize %@\".localized(value: \"No localization found\")\n```\n\n## Requirements\n\nCurrent version is compatible with:\n\n* Swift 3.0+\n* iOS 9 or later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimix%2Flocalizable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimix%2Flocalizable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimix%2Flocalizable/lists"}