openscript-ch / gatsby-plugin-i18n-l10n

Gatsby I18n Plugin 🌐, which let you translate pages, content and the url or slugs of pages. Batteries 🔋 included.
https://www.gatsbyjs.com/plugins/gatsby-plugin-i18n-l10n
MIT License
19 stars 2 forks source link

feat: source translations #94

Closed openscript closed 1 year ago

openscript commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #94 (bdfbdcf) into main (8f31af3) will increase coverage by 0.54%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
+ Coverage   98.95%   99.50%   +0.54%     
==========================================
  Files           9       11       +2     
  Lines         192      202      +10     
  Branches       52       52              
==========================================
+ Hits          190      201      +11     
+ Misses          2        1       -1     
Impacted Files Coverage Δ
...ateSchemaCustomization/customizeSitePageContext.ts 100.00% <100.00%> (ø)
src/onCreateNode/translateNode.ts 98.79% <100.00%> (+1.23%) :arrow_up:
src/sourceNodes/sourceTranslationNodes.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

openscript commented 1 year ago

image