Skip to content

Commit

Permalink
replace usernames outside of urls
Browse files Browse the repository at this point in the history
also updates discord tags, and updates the copyright year
  • Loading branch information
sn8to committed Oct 29, 2021
1 parent 026fee8 commit 4515016
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 - 2020 Gymnophoria
Copyright (c) 2017 - 2021 Nik Brandt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Eh, we're going back to using an MIT license, I feel weird having contributors b

PRs, issues, complaints, whatever, all welcome. You can also complain in the support server above.

Gymnophoria
Nik Brandt
4 changes: 2 additions & 2 deletions TRANSLATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ First off, thank you for having an interest in translating Arthur into your lang
I have plans to make the translation process easier with a website, but I realize that it may be a while until that happens and I might as well have proper documentation of the current translation process. **Please read this whole document if you would like to translate Arthur.** It isn't too long (especially in comparison to the actual translation :eyes:), and I'd like to ensure that the translation process is as smooth as possible, both for you and me.

Thanks again!
\- Gymnophoria
\- Nik Brandt

## Setup

Expand Down Expand Up @@ -72,7 +72,7 @@ Please follow steps 1 and 2. I'll happily setup a file for you, though (meaning

- Save often! I've already seen two people lose a fair bit of progress because of computer restarts/accidentally closing windows/etc. If your editor doesn't auto save, consider saving after every command or some other often interval to avoid this frustration.

- Please ask questions about anything if you're confused! Join the [support server](https://discord.gg/2SDdyF7) if you haven't already to ask questions, or if you prefer message me at Gymnophoria#8146.
- Please ask questions about anything if you're confused! Join the [support server](https://discord.gg/2SDdyF7) if you haven't already to ask questions, or if you prefer message me at Gymno#4741.

## Finished translating?

Expand Down
2 changes: 1 addition & 1 deletion commands/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports.run = async (message, args, asdf, client) => {
fields: [
{
name: message.__('author'),
value: 'Gymnophoria#8146',
value: 'Gymno#4741',
inline: true
},
{
Expand Down
6 changes: 3 additions & 3 deletions locales/en-US English, US.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"authors": [
"Gymnophoria#8146",
"Gymno#4741",
"Technocoder#9418",
"GlitchMasta47",
"JRoy"
Expand Down Expand Up @@ -582,7 +582,7 @@
"name": "Server Language",
"description": "Set the language of Arthur for your server. User settings overwrite.",
"usage": "[locale]",
"help": "Set the language of Arthur for your server. User settings will overwrite if present. To get a list of languages, use the `@@languages` command. If a language is incomplete, it will use text from English for missing translations. To help translate Arthur, ask Gymnophoria in the support server (available in the info or help commands)."
"help": "Set the language of Arthur for your server. User settings will overwrite if present. To get a list of languages, use the `@@languages` command. If a language is incomplete, it will use text from English for missing translations. To help translate Arthur, ask Gymno#4741 in the support server (available in the info or help commands)."

},
"current_language": "This server's language is $locale",
Expand Down Expand Up @@ -1058,7 +1058,7 @@
"invite": "Invite",
"support_server": "Support Server",
"tos": "TOS",
"description": "Made by Gymnophoria#8146\nWhen using commands, <> indicates a required argument and [] indicates an optional requirement. (Do not actually type these symbols.)",
"description": "Made by Gymno#4741\nWhen using commands, <> indicates a required argument and [] indicates an optional requirement. (Do not actually type these symbols.)",
"footer": "Type $prefix@@help <command> for a detailed description of the command"
},
"check_dms": "Check your DM's :mailbox_with_mail:",
Expand Down
4 changes: 2 additions & 2 deletions locales/nl Nederlands.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
},
"guildlanguage": {
"current_language": "De taal hier is gezet naar $locale",
"list": "Talen die momenteel worden ondersteund:\n$locales\nAls je wil helpen met het vertalen van Arthur, neem dan contact op met Gymnophoria in de support server.",
"list": "Talen die momenteel worden ondersteund:\n$locales\nAls je wil helpen met het vertalen van Arthur, neem dan contact op met Gymno#4741 in de support server.",
"invalid_locale": "Ongeldige invoer. Kies uit deze dinkies: $locales. hoofdletter-GEVOELIG.",
"locale_set": "Server taal ingesteld."
},
Expand Down Expand Up @@ -458,7 +458,7 @@
"invite": "Uitnodiging",
"support_server": "Support Server",
"tos": "TOS",
"description": "Gemaakt door Gymnophoria#8146\nWanneer je een command gebruikt, <> staat vor een verplicht onderdeel en [] staat voor een optioneel onderdeel. (Je moet deze symbolen niet daadwerkelijk typen.)",
"description": "Gemaakt door Gymno#4741\nWanneer je een command gebruikt, <> staat vor een verplicht onderdeel en [] staat voor een optioneel onderdeel. (Je moet deze symbolen niet daadwerkelijk typen.)",
"footer": "Type $prefix\u200bhelp <command> voor een gedetaileerde omschrijving van de command"
},
"check_dms": "Kijk in je privéberichten :mailbox_with_mail:",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"arthur",
"marvin"
],
"author": "Gymnophoria",
"author": "Nik Brandt",
"repository": {
"type": "git",
"url": "https://github.com/nikbrandt/Arthur.git"
Expand Down

0 comments on commit 4515016

Please sign in to comment.