Guild icon
DDraceNetwork
DDraceNetwork / wiki
https://wiki.ddnet.org | This channel is dedicated to anything related to the official Wiki, feel free contribute, improve and discuss it! Any contribution is always welcome. Matrix: #ddnet-wiki:matrix.org
Between 2023-04-03 00:00:00Z and 2023-04-04 00:00:00Z
Avatar
When AI integration for better English xd What's up with the discord change bridge btw?
Avatar
i can enable again if u all want
12:06
its prob ok now that its coold down
Avatar
It would still be spammy. It sends a notification for each translation string change.
Avatar
Avatar
Jupstar ✪
When AI integration for better English xd What's up with the discord change bridge btw?
When AI integration for better English xd
I mean we could try https://www.mediawiki.org/wiki/Extension:LanguageTool
The LanguageTool is a MediaWiki extension that enables language proofing support in VisualEditor. It currently supports over twenty languages.
Avatar
@Zwelf maybe u have a idea on how to filter https://www.mediawiki.org/wiki/Extension:DiscordRCFeed
DiscordRCFeed extension provides the Discord versions of FormattedRCFeed and RCFeedFormatter subclasses which can be used in $wgRCFeeds .
12:27
wfLoadExtension( 'DiscordRCFeed' ); $wgRCFeeds['discord'] = [ // Your Discord webhook URL here. 'url' => 'https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'style' => 'embed', 'omit_log_types' => ['thanks', 'patrol', 'pagetranslation', 'move'], 'omit_bots' => true, 'omit_namespaces' => [ NS_USER, NS_USER_TALK, NS_PROJECT_TALK, NS_FILE_TALK, NS_MEDIAWIKI_TALK, NS_TEMPLATE_TALK, NS_HELP_TALK, NS_CATEGORY_TALK, ], ];
12:27
this is the current config
Avatar
hacker
Avatar
ur hacker
Avatar
@Zwelf i had a idea on only enabling top level pages maybe
12:29
but idk if possible
12:30
and maybe filters out too much
Avatar
I think its fine start with fewer notifications. Only top level pages (in main namespace) could be a good start.
12:33
there is a namespace NS_TRANSLATIONS
12:33
maybe adding it will mute them
12:34
Fatal error: Uncaught Error: Undefined constant "NS_TRANSLATIONS" in /var/www/html/LocalSettings.php:357 Stack trace: #0 /var/www/html/includes/Setup.php(218): require_once() #1 /var/www/html/includes/WebStart.php(86): require_once('/var/www/html/i...') #2 /var/www/html/index.php(44): require('/var/www/html/i...') #3 {main} thrown in /var/www/html/LocalSettings.php on line 357
12:34
kek
12:35
oh maybe i should move this after
Avatar
DDraceNetwork BOT 2023-04-03 12:37:52Z
🆕 Ryozuki (talk | contribs) created page Ranks and Points/ca (hist) (test translation) (12,854 bytes)
Avatar
DDraceNetwork BOT 2023-04-03 12:39:06Z
📝 Ryozuki (talk | contribs) edited article Ranks and Points/ca (diff | hist) (Created page with "== Ranks ==") (−112 bytes)
Avatar
prob does't help either, but if you specify it with the only_ instead of omit_? wfLoadExtension( 'DiscordRCFeed' ); $wgRCFeeds['discord'] = [ // Your Discord webhook URL here. 'url' => 'https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'style' => 'embed', 'only_log_types' => [RC_EDIT, RC_NEW], 'omit_bots' => true, 'only_namespaces' => [ NS_MAIN, NS_CATEGORY, ], ];
12:40
(didn't complete that)
Avatar
i can try
12:47
it seems it filters everything
12:47
or doesnt work
Exported 32 message(s)