Merged
Conversation
a044dc0 to
d1b5a5a
Compare
- Reorganize assets into assets/images/readme directory - Update CHANGELOG.md to new format with clearer version history - Rewrite README.md with improved structure and navigation - Add new screenshots for stale detection features - Update installation and configuration instructions - Add comprehensive documentation for stale message detection and merging - Update gettext configuration examples for v0.26+ compatibility - Add .lexical to .gitignore - Update mix.exs version references This commit prepares documentation for the v5.0 release which introduces stale translation detection, fuzzy matching, and Gettext 1.0 compatibility.
d1b5a5a to
2910a7e
Compare
| "Kanta Guide": ~r/README|how-to-write-plugins/ | ||
| ], | ||
| assets: %{"docs/assets" => "assets", "assets/images/readme" => "assets/images/readme"}, | ||
| main: "readme", |
There was a problem hiding this comment.
Bug: ExDoc Main Option Case Mismatch
The main option for ExDoc is set to "readme" (lowercase), but the extras list contains "README.md". ExDoc typically expects the main option to match the basename of the file in the extras list, which should be "README" (uppercase) or remain as "Kanta" to reference the main module. This mismatch may cause ExDoc to fail to find the main page, depending on the version and case-sensitivity handling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
This PR updates all documentation and prepares the release for Kanta v0.5.0, a minor version release that introduces Gettext 0.26+ and 1.0.0 compatibility through a custom backend adapter system. This release also includes stale message detection with fuzzy matching capabilities.
Type of Change
Related Issues
Related to #100 - ISO639.json is too limited
Related to #108 - Base on Gettext 0.26
Related to #120 - Add option to remove translation keys that only exists on kanta__translations table
Related to #127 - Feature: Bump Gettext 1.0
Changes Made
Documentation Updates
assets/images/readme/directoryCHANGELOG Updates
Core Features Included in Documentation
Kanta.Backend.Adapter.CachedDB)Testing
Test Environment
Test Cases
Test Commands Run
Documentation
Code Quality
Backward Compatibility
Security Considerations
Screenshots/Examples
N/A
Checklist
Reviewer Notes
N/A