ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
160 stars 62 forks source link

feat(i18n): Add a functionality for operators translation #270

Closed IraErshova closed 6 years ago

IraErshova commented 6 years ago

Create operators service Add translation for do operator Update unit tests

codecov-io commented 6 years ago

Codecov Report

Merging #270 into master will increase coverage by 10.37%. The diff coverage is 97.77%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #270       +/-   ##
=========================================
+ Coverage   79.62%    90%   +10.37%     
=========================================
  Files          17    103       +86     
  Lines         216    410      +194     
  Branches        9     10        +1     
=========================================
+ Hits          172    369      +197     
+ Misses         42     40        -2     
+ Partials        2      1        -1
Impacted Files Coverage Δ
src/app/core/services/language.service.ts 96.55% <100%> (+7.26%) :arrow_up:
src/app/app.component.ts 65.38% <100%> (+3.31%) :arrow_up:
src/operator-docs/index.ts 100% <100%> (ø)
src/i18n/ru/utility/do.ts 100% <100%> (ø)
src/app/core/core.module.ts 100% <100%> (ø) :arrow_up:
...c/app/core/components/toolbar/toolbar.component.ts 93.33% <100%> (+0.47%) :arrow_up:
src/i18n/ru/index.ts 100% <100%> (ø)
src/i18n/ru/utility/index.ts 100% <100%> (ø)
src/i18n/ru/utility/delay.ts 100% <100%> (ø)
src/app/operators/operators.component.ts 92.85% <100%> (+0.35%) :arrow_up:
... and 89 more

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 9c8c064...76aad9f. Read the comment docs.

valorkin commented 6 years ago

@IraErshova please don't move EN version into en folder then you will have to move all operator docs and this will be not cool at all