-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Build back Babel #1508
Merged
Merged
Build back Babel #1508
Conversation
This file contains 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
Important to address before merging: point 6 from original PR. The Fluent messages need to fall back to something, probably the |
…intenence To resort: for ftl in i18n/*.ftl; do cat $ftl | sed '/^$/d' | sort | awk '1;NF{print ""}' | sed -e '$d' | sponge $ftl done
alerque
force-pushed
the
build-back-babel
branch
from
August 4, 2022 10:35
ede9269
to
90a9a99
Compare
alerque
commented
Aug 4, 2022
alerque
force-pushed
the
build-back-babel
branch
2 times, most recently
from
August 4, 2022 13:36
0314e33
to
d288e8b
Compare
(Cherry picked from 556103e but content mixed with later commits from rebased i18n-for-all branch.) For fetching a key from the rebased source branch: function copykey () { sed -i -e "/^$1 = /d" *.ftl for ftl in *.ftl; do rg "^$1 =" ../i18n-for-all/i18n/$ftl >> $ftl done }
…espective languages
BREAKING CHANGE: The primary use was probably internal to SILE, but if by chance you have bibtex databases with formatting commands in SIL markup format rather than just plain text content the markup will cease to function and will need to be converted to XML syntax instead. This enables the use of declarative markup in Fluent localizations.
alerque
force-pushed
the
build-back-babel
branch
from
August 4, 2022 18:38
6653514
to
a259b32
Compare
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.
This is cherry picks from #1474 with some rehashing to:
Also: