{"id":28452941,"url":"https://github.com/marketsquare/robotframework-browser-translation","last_synced_at":"2025-12-13T14:43:08.047Z","repository":{"id":230110193,"uuid":"778491617","full_name":"MarketSquare/robotframework-browser-translation","owner":"MarketSquare","description":"Browser library translation to Finnish","archived":false,"fork":false,"pushed_at":"2025-11-24T06:18:35.000Z","size":407,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-27T19:50:44.984Z","etag":null,"topics":["language","test-automation"],"latest_commit_sha":null,"homepage":"","language":"Python","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/MarketSquare.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-27T20:17:22.000Z","updated_at":"2025-11-24T06:18:38.000Z","dependencies_parsed_at":"2024-04-08T08:24:44.564Z","dependency_job_id":"f3efb8a8-716a-4f19-85d6-479249c651c3","html_url":"https://github.com/MarketSquare/robotframework-browser-translation","commit_stats":null,"previous_names":["marketsquare/robotframework-browser-translation-fi","marketsquare/robotframework-browser-translation"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/MarketSquare/robotframework-browser-translation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-browser-translation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-browser-translation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-browser-translation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-browser-translation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarketSquare","download_url":"https://codeload.github.com/MarketSquare/robotframework-browser-translation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-browser-translation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27707373,"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-12-13T02:00:09.769Z","response_time":147,"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":["language","test-automation"],"created_at":"2025-06-06T18:13:14.699Z","updated_at":"2025-12-13T14:43:08.022Z","avatar_url":"https://github.com/MarketSquare.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Finnish translation for Robot Framework Browser library\n[![Version](https://img.shields.io/pypi/v/robotframework-browser-translation.svg)](https://pypi.python.org/pypi/robotframework-browser-translation)\n![CI](https://github.com/MarketSquare/robotframework-browser-translation/actions/workflows/on-push.yml/badge.svg)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![All Contributors](https://img.shields.io/github/all-contributors/MarketSquare/robotframework-browser-translation?color=ee8449\u0026style=flat-square)](#contributors)\n\n\nThis project contains a translations for the Robot Framework\n[Browser](https://github.com/MarketSquare/robotframework-browser)\nlibrary. Currently project contains only one translation,\n[Finnish](https://github.com/MarketSquare/robotframework-browser-translation/blob/main/robotframework_browser_translation/translation_fi.json)\n, but new languages can be added by creating translation_xx.json file\nand adding the file to\n[__init__.py](https://github.com/MarketSquare/robotframework-browser-translation/blob/main/robotframework_browser_translation/__init__.py) file.\n\nThis project uses Browser library\n[Python plugin API](https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/)\nto provide\n[translation_xx.json](https://github.com/MarketSquare/robotframework-browser-translation/blob/main/robotframework_browser_translation/translation_fi.json)\nfile for the Browser library. Browser library searches Python plugins by using\nnaming convention: `robotframework_browser_translation`. This module\nfulfills the Browser library translation API and provides `get_language`\nmethod. The method return a list of dictionaries:\n\n```python\n[{\"language\": \"fi\", \"path\": \"/path/to/translation.json\"}]\n```\nWhich Browser library will use to match correct translation from all\nthe found Python plugins. Language search is enabled when Browser\nlibrary is imported with:\n\n```robotRobotFramework\n*** Settings ***\nLibrary    Browser    language=fi\n```\n\n## Detect changes in documentation\nThe\n[translation_xx.json](https://github.com/MarketSquare/robotframework-browser-translation/blob/main/robotframework_browser_translation/translation_fi.json)\ncontains sha256 sum, which is generated by the Browser library. The sha256\nis the checksum of the original documentation of the Browser library documentation.\nThe checksum is used by\n`rfbrowser translation --compare robotframework_browser_translation_fi/translation.json`\ncommand to compare translation between the library and translation file. Command will\ndisplay a list of keywords which needs updating or are missing from the translation.json\nfile.\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aaltat\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2665023?v=4?s=100\" width=\"100px;\" alt=\"Tatu Aalto\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTatu Aalto\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-aaltat\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#doc-aaltat\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarketsquare%2Frobotframework-browser-translation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarketsquare%2Frobotframework-browser-translation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarketsquare%2Frobotframework-browser-translation/lists"}