Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichigmf committed Aug 30, 2024
1 parent ee8bdd9 commit 05ce682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ generated_rst_files: $(BUILDDIR)/.doxygen_up_to_date
$(PYTHON) "$(SOURCEDIR)/build_driver_summary.py" "$(SOURCEDIR)/drivers/raster" raster_driver_summary "$(SOURCEDIR)/drivers/raster/driver_summary.rst"
$(PYTHON) "$(SOURCEDIR)/build_driver_summary.py" "$(SOURCEDIR)/drivers/vector" vector_driver_summary "$(SOURCEDIR)/drivers/vector/driver_summary.rst"

update: gettext
update: generated_rst_files
$(SPHINXINTL) update -d $(SOURCEDIR)/locale -p $(BUILDDIR)/gettext -l $(LA)

.PHONY: html latexpdf
Expand Down
Binary file modified doc/source/locale/ja/LC_MESSAGES/programs/gdal_translate.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/source/locale/ja/LC_MESSAGES/programs/gdal_translate.po
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ msgid ""
"``rms`` computes the root mean squared / quadratic mean of all non-NODATA"
" contributing pixels (GDAL >= 3.3)"
msgstr ""
"``rms`` は、すべての非NODATA適用ピクセルの二乗平均平方根/二乗平均を計算します
(GDAL >= 3.3)"
"``rms`` は、すべての非NODATA適用ピクセルの二乗平均平方根/二乗平均を計算します"
"(GDAL >= 3.3)"

#: ../../source/programs/gdal_translate.rst:135
msgid "``bilinear`` applies a bilinear convolution kernel."
Expand Down

0 comments on commit 05ce682

Please sign in to comment.