{"id":18011293,"url":"https://github.com/johnnyjayjay/javidaloca","last_synced_at":"2025-03-26T15:32:43.122Z","repository":{"id":138563148,"uuid":"252484889","full_name":"JohnnyJayJay/javidaloca","owner":"JohnnyJayJay","description":"Java bindings for the Project Fluent Rust implementation (fluent-rs). ","archived":false,"fork":false,"pushed_at":"2020-07-14T19:47:18.000Z","size":119,"stargazers_count":9,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T02:02:48.678Z","etag":null,"topics":["hacktoberfest","java","jni","localization","projectfluent","rust"],"latest_commit_sha":null,"homepage":"https://projectfluent.org/","language":"Java","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/JohnnyJayJay.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-02T14:52:48.000Z","updated_at":"2023-12-04T00:52:26.000Z","dependencies_parsed_at":"2023-04-06T02:51:27.695Z","dependency_job_id":null,"html_url":"https://github.com/JohnnyJayJay/javidaloca","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/JohnnyJayJay%2Fjavidaloca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyJayJay%2Fjavidaloca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyJayJay%2Fjavidaloca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnnyJayJay%2Fjavidaloca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnnyJayJay","download_url":"https://codeload.github.com/JohnnyJayJay/javidaloca/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245681559,"owners_count":20655219,"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":["hacktoberfest","java","jni","localization","projectfluent","rust"],"created_at":"2024-10-30T03:08:54.393Z","updated_at":"2025-03-26T15:32:43.116Z","avatar_url":"https://github.com/JohnnyJayJay.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# javidaloca\nWIP Java bindings for the Project Fluent Rust implementation.\n\n## TODO \n- [x] Mirror basic API\n- [ ] Add Java API for custom types\n- [ ] Add Java API for custom functions\n- [ ] Setup proper gradle/cargo workflow\n- [ ] Write javadoc\n- [x] Resolve [fluent-rs issue #172](https://github.com/projectfluent/fluent-rs/issues/172)\n\n## Usage\n```java\nFluentBundle bundle = FluentBundle.create(Locale.US);\nbundle.addResource(\"score = { $name } scores { $points } points! Yay!\", false);\nFluentArgs args = FluentArgs.create()\n    .insert(\"name\", \"Johnny\")\n    .insert(\"points\", 27.5);\nString message = bundle.formatMessage(\"score\", args).orElse(\"Message not found...\");\nSystem.out.println(message); // =\u003e Johnny scores 27.5 points! Yay!\n```\n\n## See \n- [Project Fluent](https://projectfluent.org)\n- [Rust implementation](https://github.com/projectfluent/fluent-rs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnyjayjay%2Fjavidaloca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnyjayjay%2Fjavidaloca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnyjayjay%2Fjavidaloca/lists"}