mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-06 03:59:31 +01:00
Plugin/Wordle: add missing Italian words and vowel; fix German translation
This commit is contained in:
parent
635f2c5a00
commit
fcaa2d3044
2294
data/wordle/italian
2294
data/wordle/italian
File diff suppressed because it is too large
Load Diff
@ -88,7 +88,7 @@ my %wordlists = (
|
|||||||
},
|
},
|
||||||
german => {
|
german => {
|
||||||
name => 'German',
|
name => 'German',
|
||||||
prompt => 'Erraten Sie das Deutsches Wort!',
|
prompt => 'Errate das deutsche Wort!',
|
||||||
wlist => '/wordle/german',
|
wlist => '/wordle/german',
|
||||||
accents => 'äöüß',
|
accents => 'äöüß',
|
||||||
},
|
},
|
||||||
@ -96,7 +96,7 @@ my %wordlists = (
|
|||||||
name => 'Italian',
|
name => 'Italian',
|
||||||
prompt => 'Indovina la parola italiana!',
|
prompt => 'Indovina la parola italiana!',
|
||||||
wlist => '/wordle/italian',
|
wlist => '/wordle/italian',
|
||||||
accents => 'èéìòù',
|
accents => 'àèéìòù',
|
||||||
},
|
},
|
||||||
polish => {
|
polish => {
|
||||||
name => 'Polish',
|
name => 'Polish',
|
||||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
|||||||
# These are set by the /misc/update_version script
|
# These are set by the /misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 4788,
|
BUILD_REVISION => 4789,
|
||||||
BUILD_DATE => "2024-09-19",
|
BUILD_DATE => "2024-09-22",
|
||||||
};
|
};
|
||||||
|
|
||||||
sub initialize {}
|
sub initialize {}
|
||||||
|
Loading…
Reference in New Issue
Block a user