forked from numericube/lektor-i18n-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 2
v0.5.5 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
v0.5.5 #6
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
fbb64f7
Ensure everything is sorted whenever a command that generates po / po…
johnzhou721 51807ff
Apply suggestions from code review
johnzhou721 8769755
Update CHANGELOG.md
johnzhou721 2f74b35
use xgettext
johnzhou721 2089826
Update CHANGELOG.md
johnzhou721 8d88d70
don't change the date
johnzhou721 92431fd
Update lektor_i18n.py
johnzhou721 96a49c0
add version + package name
johnzhou721 34c9032
fix
johnzhou721 3e846be
changelog
johnzhou721 3c6f297
Better docs
johnzhou721 d71e9dc
Update CHANGELOG.md
johnzhou721 29acb7b
a fixup that i forgot to commit
johnzhou721 b40cb57
pgettext, npgettext
johnzhou721 e3e7162
simplify code, resolve bug w/ non-english content, fill in english
johnzhou721 9b39a94
depend on polib
johnzhou721 78f7e1e
fix path
johnzhou721 7c563f2
regression fix
johnzhou721 a04fb16
Update CHANGELOG.md
johnzhou721 a6be921
Update lektor_i18n.py
johnzhou721 a9e841b
documenation
johnzhou721 bd9bc39
Update CHANGELOG.md
johnzhou721 aba93aa
Update README.md
johnzhou721 c0806b9
Update lektor_i18n.py
johnzhou721 65717bb
Update README.md
johnzhou721 b63def8
Improve docs
johnzhou721 9fb78d0
Apply suggestions from code review
johnzhou721 845cf14
fixup
johnzhou721 53e7737
Apply suggestions from code review
johnzhou721 34a5f26
Fix issue with extraction
johnzhou721 d44f885
changelog
johnzhou721 5339dc2
Update lektor_i18n.py
johnzhou721 fdfa3d7
Update lektor_i18n.py
johnzhou721 0638bed
fuzzy handle
johnzhou721 f27756f
Update lektor_i18n.py
johnzhou721 7f56076
simp logic
johnzhou721 066b6e5
Update README.md
johnzhou721 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,9 @@ authors = [ | |
| maintainers = [ | ||
| {name="BeeWare Team", email="[email protected]"}, | ||
| ] | ||
| dependencies = [ | ||
| "polib", | ||
| ] | ||
|
|
||
| [project.optional-dependencies] | ||
| # Extras used by developers *of* briefcase are pinned to specific versions to | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.