Skip to content

Commit

Permalink
Improve translation overview text of/for #261 (#1431)
Browse files Browse the repository at this point in the history
i18n.nu is used to update #261
  • Loading branch information
Kissaki committed Jun 2, 2024
1 parent 6b0a50a commit 8bbd7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i18n.nu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def 'has-ref' [
# Update issue contents for https://github.com/nushell/nushell.github.io/issues/261
def update-i18n-status [] {

print "The following table holds the overview of the Nushell docs’ writing and translation status. Welcome to participate in the translation of the docs. And please update the `i18n-meta.json` file after you have finished writing or translating the doc. Thanks"
print "The following table holds the overview of the Nushell docs’ writing and translation status. We welcome translations and translation updates. When making changes please keep the `i18n-meta.json` file up-to-date."
print $'(char nl)---(char nl)'

let status = (
Expand All @@ -35,7 +35,7 @@ def update-i18n-status [] {
)
print $status

print $'(char nl)Possible status values: `-`,`Completed`,`In Progress`,`Being translated by @ABC`, `commit_id@author` or simply a COMMIT ID indicate your translation end to.(char nl)'
print $'(char nl)Possible status values: `-`,`Completed`,`In Progress`,`translated by @ABC`,`commit_id@author`,`commit_id`.(char nl)'
}

def get-cell [
Expand Down

0 comments on commit 8bbd7a8

Please sign in to comment.