{"id":19423770,"url":"https://github.com/limansky/sbt-liftl10n-plugin","last_synced_at":"2026-05-13T08:35:00.333Z","repository":{"id":5594113,"uuid":"6800718","full_name":"limansky/sbt-liftl10n-plugin","owner":"limansky","description":"sbt plugin to check localization in lift projects","archived":false,"fork":false,"pushed_at":"2014-06-19T08:49:55.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T18:56:56.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limansky.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}},"created_at":"2012-11-21T18:22:26.000Z","updated_at":"2014-06-19T08:49:55.000Z","dependencies_parsed_at":"2022-07-07T06:31:07.132Z","dependency_job_id":null,"html_url":"https://github.com/limansky/sbt-liftl10n-plugin","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/limansky%2Fsbt-liftl10n-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Fsbt-liftl10n-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Fsbt-liftl10n-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Fsbt-liftl10n-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limansky","download_url":"https://codeload.github.com/limansky/sbt-liftl10n-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240604192,"owners_count":19827860,"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-10T13:40:43.394Z","updated_at":"2026-05-13T08:34:55.283Z","avatar_url":"https://github.com/limansky.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"sbt-liftl10n-plugin\n===================\n\n  sbt-liftl10n-plugin is a plugin for [Simple Build Tool](http://www.scala-sbt.org), which allows\nto check localization in the [Lift](http://www.liftweb.net) projects.  The plugin scans Scala\nsources and html files for localization IDs, and check if the id is available in all translation \nfiles.\n\n  This plugin is compatible with sbt 0.13 or later, however it's should not be a big problem to\nport it to the older sbt if it really needed.\n\n  Currently the plugin is in early development stage, so the names of settings and other parameters\ncan be changed.\n\nUsage\n-----\n\nTo use the plugin and following lines in the `project/plugins.scala`\n\n```\naddSbtPlugin(\"su.e-terra\" % \"sbt-liftl10n-plugin\" % \"0.0.2\")\n```\n\nTo check the code use `l10ncheck` command in sbt console.\n\nTo check the localization IDs format use `locIdFormat` parameter, which takes `Option[Regex]` to define\ncorrect pattern for IDs you using. For example if you are using `domain.name[.second]` format, where all\ntokens are in camel case add following line in your build.sbt:\n\n```\nlocIdFormat := Some(\"\"\"^[a-z][A-Za-z]*(\\.[a-z][A-Za-z]*)+$\"\"\".r)\n```\n\nLicense\n-------\n\nsbt-liftl10n-plugin is distributed in terms of BSD license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimansky%2Fsbt-liftl10n-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimansky%2Fsbt-liftl10n-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimansky%2Fsbt-liftl10n-plugin/lists"}