PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/translation - add an functionality to translate event data etc. #167

Closed annashtirberg closed 3 years ago

annashtirberg commented 3 years ago

Translate to relevant language the messages for international meetings or events. to a user preferred language issue: 166# forum: תירגום לשפה רלוונטית את ההודעות לפגישות או אירועים בינלאומי

PureDreamer commented 3 years ago

Please change the pr to go into develop!

yammesicka commented 3 years ago

Looks like you did some great work there! Could you please reopen the Merge Request into develop and not into main?

annashtirberg commented 3 years ago

Looks like you did some great work there! Could you please reopen the Merge Request into develop and not into main?

Done :)

codecov-io commented 3 years ago

Codecov Report

Merging #167 (797ec83) into develop (53c1b08) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #167      +/-   ##
===========================================
+ Coverage    98.42%   98.47%   +0.04%     
===========================================
  Files           32       33       +1     
  Lines         1145     1182      +37     
===========================================
+ Hits          1127     1164      +37     
  Misses          18       18              
Impacted Files Coverage Δ
app/routers/__init__.py 100.00% <ø> (ø)
app/database/models.py 94.11% <100.00%> (+0.08%) :arrow_up:
app/internal/translation.py 100.00% <100.00%> (ø)
app/routers/profile.py 100.00% <100.00%> (ø)
app/routers/user.py 100.00% <100.00%> (ø)

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 53c1b08...797ec83. Read the comment docs.