{"id":22192575,"url":"https://github.com/3sidedcube/android-lightninglanguage","last_synced_at":"2025-03-24T20:45:47.982Z","repository":{"id":21715513,"uuid":"25037057","full_name":"3sidedcube/Android-LightningLanguage","owner":"3sidedcube","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-16T13:39:32.000Z","size":1353,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-30T01:22:44.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3sidedcube.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-10T13:38:52.000Z","updated_at":"2021-11-23T15:44:30.000Z","dependencies_parsed_at":"2022-07-25T08:46:59.607Z","dependency_job_id":null,"html_url":"https://github.com/3sidedcube/Android-LightningLanguage","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2FAndroid-LightningLanguage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2FAndroid-LightningLanguage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2FAndroid-LightningLanguage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3sidedcube%2FAndroid-LightningLanguage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3sidedcube","download_url":"https://codeload.github.com/3sidedcube/Android-LightningLanguage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245351757,"owners_count":20601090,"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-12-02T12:26:37.426Z","updated_at":"2025-03-24T20:45:47.957Z","avatar_url":"https://github.com/3sidedcube.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Storm Library - Module Language\n\nStorm is a collection of libraries that helps make mobile and desktop applications easy to create using a high quality WYSIACATWYG editor.\n\nThis module's purpose is to help localise an app using key/value pairing. It works by detecting the language and locale of the device and loading an appropriate language, if one is available.\n\n#Usage\n\n##Gradle\n\nSimply include the following for your gradle dependencies `com.3sidedcube.storm:language:0.1a`.\n\n**Note** The versioning of the library will always be as follows:\n\n`Major version.Minor version.Bug fix`\n\nIt is safe to use `+` in part of of the `Bug fix` version, but do not trust it 100%. Always use a *specific* version to prevent regression errors.\n\n##Code\n\nInclude the following into your main application singleton\n\n```java\nLanguageSettings.Builder languageSettings = new LanguageSettings.Builder(this).build();\n```\n\nThe default language that gets loaded by the module will be located in assets `assets://languages/xxx_xx.json` You will need to override this to provide your own default language path by using the `defaultLanguage()` method in `LanguageSettings$Builder`.\n\nExample:\n\n```java\nlanguageSettings = new LanguageSettings.Builder(this)\n\t.registerUriResolver(\"cache\", ContentSettings.getInstance().getDefaultResolver()) // You can include this line if you are depending on ContentSettings\n\t.defaultLanguage(Uri.parse(\"cache://languages/\" + LanguageManager.getInstance().getLocale(this) + \".json\"))\n\t.build();\n```\n\n#Documentation\n\nSee the [Javadoc](http://3sidedcube.github.io/Android-LightningLanguage/) for full in-depth code-level documentation\n\n#Contributors\n\n[Callum Taylor (9A8BAD)](http://keybase.io/scruffyfox), [Tim Mathews (5C4869)](https://keybase.io/timxyz), [Matt Allen (DB74F5)](https://keybase.io/mallen), [Alan Le Fournis (067EA0)](https://keybase.io/alan3sc)\n\n#License\n\nSee LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3sidedcube%2Fandroid-lightninglanguage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3sidedcube%2Fandroid-lightninglanguage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3sidedcube%2Fandroid-lightninglanguage/lists"}