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

Improve translations #101

Merged
merged 6 commits into from
Dec 11, 2020
Merged

Improve translations #101

merged 6 commits into from
Dec 11, 2020

Conversation

submarcos
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Dec 11, 2020

Codecov Report

Merging #101 (811ad5b) into master (5f7f167) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files          42       42           
  Lines        1911     1911           
=======================================
  Hits         1809     1809           
  Misses        102      102           
Impacted Files Coverage Δ
geostore/management/commands/import_osm.py 100.00% <ø> (ø)
geostore/import_export/helpers.py 94.04% <100.00%> (ø)
geostore/management/commands/import_geojson.py 100.00% <100.00%> (ø)
geostore/management/commands/import_shapefile.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 5f7f167...811ad5b. Read the comment docs.

@@ -27,7 +27,7 @@ def add_arguments(self, parser):
"A new layer is created if not present.")
exclusive_group.add_argument('-ln', '--layer-name',
action="store",
help="Name of created layer containing GeoJSON datas."
help="Name of created layer containing GeoJSON data . "
Copy link
Collaborator

@LePetitTim LePetitTim Dec 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Name of created layer containing GeoJSON data." and not "Name of created layer containing GeoJSON data ."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data and not datas

@submarcos submarcos merged commit e76f53f into master Dec 11, 2020
@submarcos submarcos deleted the improve_translations branch January 12, 2024 09:40
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.

None yet

2 participants