Skip to content

Commit

Permalink
Increment version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tin900 committed Oct 30, 2023
1 parent db9e86e commit 57a4b5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: polyglotr
Title: Translate Text
Version: 1.2.1
Version: 1.2.2
Authors@R:
person("Tomer", "Iwan", , "[email protected]", role = c("aut", "cre", "cph"))
Description: The goal of the this package is to provide easy methods to
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# polyglotr 1.2.2
* add batch_translate

# polyglotr 1.2.1

# polyglotr 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion R/batch_translate.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Batch Translation Function
#'
#' This function translates a file into each target language using the polyglotr package's translate_file function, and saves the translated files in the specified directory.
#' This function translates a file into each target language using the polyglotr package's translate_file function, and saves the translated files.
#'
#' @param input_file A character string indicating the path to the input file.
#' @param source_language A character string indicating the source language.
Expand Down
2 changes: 1 addition & 1 deletion man/batch_translate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57a4b5c

Please sign in to comment.