Skip to content

Commit

Permalink
local: update credits for Bengali translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Sep 14, 2024
1 parent 4566cef commit 5c1692f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
:czech_republic:
:kr:
:india:
:bangladesh:
</div>
<br>

Expand Down Expand Up @@ -335,6 +336,7 @@ Aura has been translated by these generous people:
| Language | Translators |
|------------|-------------------------------------------------|
| Arabic | "Array in a Matrix" |
| Bengali | Saif Shahriar |
| Chinese | Kai Zhang and Alex3236 |
| Croatian | Denis Kasak and "stranac" |
| Czech | Daniel Rosel |
Expand Down
36 changes: 19 additions & 17 deletions misc/aura.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\" Man page for `aura`
.\" Written by Colin Woodbury <[email protected]>
.
.TH aura 8 "2024 July" "Aura" "Aura"
.TH aura 8 "2024 September" "Aura" "Aura"
.
.de SAMPLE \" Indented example - on its own paragraph.
. P
Expand Down Expand Up @@ -694,6 +694,7 @@ The available languages are, in option form:
.TS \" Tab-separated
l l.
\fB\-\-arabic\fP
\fB\-\-bengali\fP \fB\-\-বাংলা\fP
\fB\-\-croatian\fP \fB\-\-hrvatski\fP
\fB\-\-czech\fP \fB\-\-čeština\fP
\fB\-\-dutch\fP \fB\-\-nederlands\fP
Expand Down Expand Up @@ -825,28 +826,29 @@ Nicholas Clarke
.
.TS \" Tab-separated
c l .
Polish Chris Warrick and Michał Kurek
Arabic "Array in a Matrix"
Bengali Saif Shahriar
Chinese Kai Zhang
Croatian Denis Kasak and "stranac"
Swedish Fredrik Haikarainen and Daniel Beecham
Czech Daniel Rosel
Dutch Joris Blanken and Heimen Stoffels
Esperanto Zachary Matthews
French Ma Jiehong and Fabien Dubosson
German Lukas Niederbremer
Spanish Alejandro Gómez, Sergio Conde, and Max Ferrer
Hindi "@yozachar"
Indonesian "pak tua Greg"
Italian Bob Valantin and Cristian Tentella
Japanese Onoue Takuro and Colin Woodbury
Korean "Nioden"
Norwegian "chinatsun"
Polish Chris Warrick and Michał Kurek
Portuguese Henry Kupty, Thiago Perrotta, and Wagner Amaral
French Ma Jiehong and Fabien Dubosson
Romanian "90" and "benone"
Russian Kyrylo Silin and Alexey Kotlyarov
Italian Bob Valantin and Cristian Tentella
Serbian Filip Brcic
Norwegian "chinatsun"
Indonesian "pak tua Greg"
Chinese Kai Zhang
Japanese Onoue Takuro and Colin Woodbury
Esperanto Zachary Matthews
Dutch Joris Blanken and Heimen Stoffels
Spanish Alejandro Gómez, Sergio Conde, and Max Ferrer
Swedish Fredrik Haikarainen and Daniel Beecham
Turkish Cihan Alkan
Arabic "Array in a Matrix"
Ukrainian Andriy Cherniy
Romanian "90" and "benone"
Vietnamese "Kritiqual"
Czech Daniel Rosel
Korean "Nioden"
Hindi "@yozachar"
.TE
4 changes: 2 additions & 2 deletions rust/aura-pm/src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,12 @@ pub struct Args {
display_order = 10
)]
pub hindi: bool,
/// Output in Bengali (alias: bangla).
/// Output in Bengali (aliases: বাংলা, bangla).
#[clap(
group = "language",
long,
global = true,
alias = "bangla",
aliases = ["bangla", "বাংলা"],
hide_short_help = true,
hide_long_help = true,
display_order = 10
Expand Down

0 comments on commit 5c1692f

Please sign in to comment.