mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +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 => {
|
||||
name => 'German',
|
||||
prompt => 'Erraten Sie das Deutsches Wort!',
|
||||
prompt => 'Errate das deutsche Wort!',
|
||||
wlist => '/wordle/german',
|
||||
accents => 'äöüß',
|
||||
},
|
||||
@ -96,7 +96,7 @@ my %wordlists = (
|
||||
name => 'Italian',
|
||||
prompt => 'Indovina la parola italiana!',
|
||||
wlist => '/wordle/italian',
|
||||
accents => 'èéìòù',
|
||||
accents => 'àèéìòù',
|
||||
},
|
||||
polish => {
|
||||
name => 'Polish',
|
||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4788,
|
||||
BUILD_DATE => "2024-09-19",
|
||||
BUILD_REVISION => 4789,
|
||||
BUILD_DATE => "2024-09-22",
|
||||
};
|
||||
|
||||
sub initialize {}
|
||||
|
Loading…
Reference in New Issue
Block a user