Skip to content
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

Add language tag to FFM, FFE, FFC, etc #818

Merged
merged 4 commits into from
May 19, 2022

Conversation

nguyer
Copy link
Contributor

@nguyer nguyer commented May 16, 2022

This PR depends on hyperledger/firefly-common#7 and a new release of firefly-common.

This adds the AmericanEnglish language tag to each of our existing message keys. These will be used as fallbacks if a specific key is missing in another language.

For now, this does not actually create multi-lingual documentation, but it lays the groundwork for it. I need to do some separate work in the docs generation to separate out pages for each language. That will be in a separate PR.

Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
nguyer and others added 2 commits May 18, 2022 14:52
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
@codecov-commenter
Copy link

Codecov Report

Merging #818 (64eb64a) into main (3cf5f35) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              main     #818      +/-   ##
===========================================
- Coverage   100.00%   99.97%   -0.03%     
===========================================
  Files          304      304              
  Lines        18960    18958       -2     
===========================================
- Hits         18960    18954       -6     
- Misses           0        4       +4     
Impacted Files Coverage Δ
internal/reference/reference.go 100.00% <100.00%> (ø)
internal/blockchain/fabric/fabric.go 99.51% <0.00%> (-0.49%) ⬇️
internal/blockchain/ethereum/ethereum.go 99.65% <0.00%> (-0.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cf5f35...64eb64a. Read the comment docs.

@awrichar awrichar merged commit 6be7ca8 into hyperledger:main May 19, 2022
@awrichar awrichar deleted the multi-language branch May 19, 2022 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants