{"id":19250870,"url":"https://github.com/willpowell8/localizationkit_js","last_synced_at":"2025-10-13T08:35:07.906Z","repository":{"id":143886842,"uuid":"114677985","full_name":"willpowell8/LocalizationKit_js","owner":"willpowell8","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-23T14:50:02.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-24T06:59:38.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willpowell8.png","metadata":{"files":{"readme":"Readme.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"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-12-18T19:08:38.000Z","updated_at":"2020-07-13T09:47:09.000Z","dependencies_parsed_at":"2023-07-26T09:46:03.714Z","dependency_job_id":null,"html_url":"https://github.com/willpowell8/LocalizationKit_js","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/willpowell8/LocalizationKit_js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willpowell8%2FLocalizationKit_js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willpowell8%2FLocalizationKit_js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willpowell8%2FLocalizationKit_js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willpowell8%2FLocalizationKit_js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willpowell8","download_url":"https://codeload.github.com/willpowell8/LocalizationKit_js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willpowell8%2FLocalizationKit_js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014316,"owners_count":26085492,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T18:19:11.319Z","updated_at":"2025-10-13T08:35:07.891Z","avatar_url":"https://github.com/willpowell8.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Localization Kit - Javascript\n\nThis is the initial version of KIT for Javascript. This currently supports localization delivery for your javascript or nodejs app.\n\n### Features\n- Easy to integrate javascript library\n- Web hosted strings\n- Web portal for realtime updates\n\n#### Todo\n- Live update\n- Modify in page ui\n- String auto detection\n\n\n## Use by Installation\n\n``` javascript\nnpm install --save localizationkit\n```\nGet a developer key from [localizationkit.com](https://www.localizationkit.com/app) where you can create a new app and generate a key.\n\nStart the localization engine:\n``` javascript\nvar LocalizationKit =  require('localizationkit')\nLocalization = new LocalizationKit(\"[[API_KEY]]\")\n```\n\n## Use as script tag\nIf you want to include the localization as a script tag you dont need to call load a language as it detects the browser language.\n``` html\n\u003cscript src=\"//www.localizationkit.com/v2/app/[[API_KEY]]/localizationkit.js\"\u003e\u003c/script\u003e\n```\n\n## How to use\n\n### Load language \nNot needed when you load as script unless you want to change language\n``` javascript\nLocalization.loadLanguage(\"en\", function(){\n\tconsole.log(\"English Language loaded\")\n})\n```\n\n### Get String\n``` javascript\nvar localizedString = Localization.getValue(\"com.general\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillpowell8%2Flocalizationkit_js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillpowell8%2Flocalizationkit_js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillpowell8%2Flocalizationkit_js/lists"}