summaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2024-11-25Simplify the duration string logic in Anope::Expires.Sadie Powell
This is just duplicating Anope::Duration there's no need to reimplement a worse version of that here.
2024-11-25Fix pluralising languages which use the same plural for 0 as 1.Sadie Powell
2024-11-24Fix some minor issues with the Turkish translation.Sadie Powell
2024-11-23Don't escape messages in the pot file.Sadie Powell
This can't be applied to the po files so there's no point doing it.
2024-11-23Update the French translation.Val Lorentz
2024-11-22Convert some more strings to plural forms.Sadie Powell
2024-11-22Add a plural form overload of SendMessage.Sadie Powell
2024-11-22Improve language selection.Sadie Powell
- Allow selecting languages using an abbreviated language code (e.g. en for en_US.UTF-8). - Preprocess the language list on load as it never changes. This allows us to stop special casing the English language.
2024-11-19Add a plural form overload of CommandSource::Reply.Sadie Powell
2024-11-19Make an untranslated string translatable.Sadie Powell
2024-11-13Use the remaining wait time in the registration delay message.Sadie Powell
Closes #452.
2024-11-13Use durations instead of seconds in waiting messages.Sadie Powell
2024-11-13Clean up Anope::Duration and switch to use plural form translation.Sadie Powell
2024-11-13Add support for plural form translation.Sadie Powell
Closes #340.
2024-11-11Update the Turkish translation.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-11-08More updates to the pt_PT translation.TehPeGaSuS
2024-11-08Make the grammar of the SET privilege description less weird.Sadie Powell
2024-11-08Make the en_US translation file more suitable as a template.Sadie Powell
2024-10-22Replace usestrictprivmsg with something actually useful.Sadie Powell
Every IRC server we support (other than Bahamut which is probably on the chopping bock) uses UIDs so this setting does nothing. Instead, allow configuring a server-side alias for each service and use that when servicealias is enabled.
2024-10-11Let the user know about their cert being auto-added to their account.Sadie Powell
2024-09-26Fix some messages not being marked as translatable.Sadie Powell
2024-08-18Fix the grammar of some info messages.Sadie Powell
2024-06-23Update the Turkish translation.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-06-23Make the language around fantasy commands less weird.Sadie Powell
2024-06-12Fix a string that should be marked as translatable in ns_info.Sadie Powell
2024-06-12Remove the broken Catalan, Hungarian, and Russian translations.Sadie Powell
2024-05-17Initial Portuguese retranslation.TehPeGaSuS
2024-05-11Fix some untranslated strings in the Turkish translation.Sadie Powell
2024-05-11Store when the account name was registered in the NickCore.Sadie Powell
2024-04-15Fix some missing translations in the tr_TR translation.Sadie Powell
2024-04-15Update the Turkish translation for the changes in 2.1.4.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-04-07Add more documentation for overriding confirmation codes.Sadie Powell
2024-03-15Use consistent casing when referring to vhosts and vidents.Sadie Powell
2024-03-15Consistently use READ_ONLY_MODE everywhere.Sadie Powell
2024-03-14Restore some functionality that was removed in an earlier commit.Sadie Powell
2024-03-14Rework sending global notices.Sadie Powell
Admins can now queue multiple messages and send them when they are ready. This is fully compatible with the previous global behaviour. Admins can now also send messages to individual servers. This is useful for informing users of maintenance due to downtime.
2024-03-12Show the full command in CONFIRM_DROP.Sadie Powell
2024-03-11Reject registrations and password changes if password encryption fails.Sadie Powell
2024-03-09Add a stats category for password encryption algorithms.Sadie Powell
2024-03-07Remove a guarantee that may not necessarily be correct.Sadie Powell
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-03-07Require new accounts to have email addresses.Sadie Powell
2024-03-07Update the English translation for the previous commit.Sadie Powell
y
2024-03-04Add NickAlias::GetVhostMask for getting the vident@vhost.Sadie Powell
2024-02-29If a user runs an invalid command try to suggest a valid one.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
This is wildly insecure and has been disabled by default for at least a decade.
2024-02-26Update translator names.Sadie Powell
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-02-22Fix the NickServ help message showing a wrong min password length.Sadie Powell
Closes #357.
2024-02-21Fix a typo in cs_drop.TehPeGaSuS