Skip to content

Commit

Permalink
Merge pull request #52 from Global-Tags/feat/newIcons
Browse files Browse the repository at this point in the history
Implement 15 new icons
  • Loading branch information
RappyTV authored Jul 29, 2024
2 parents 370cb2c + fe2c649 commit 8fdde1d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
labyApi("api")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.5")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.6")

// If you want to use external libraries, you can do that here.
// The dependencies that are specified here are loaded into your project but will also
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ labyMod {
author = "RappyTV"
description = "Get yourself a custom Globaltag that's publicly visible to anyone using this addon."
minecraftVersion = "*"
version = System.getenv().getOrDefault("VERSION", "1.2.6")
version = System.getenv().getOrDefault("VERSION", "1.2.7")
}

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
api(project(":api"))
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.5")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.6")

// If you want to use external libraries, you can do that here.
// The dependencies that are specified here are loaded into your project but will also
Expand Down
18 changes: 16 additions & 2 deletions core/src/main/resources/assets/globaltags/i18n/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,33 @@
"name": "Globales Icon",
"description": "Dieses Icon wird global links neben deinem Tag angezeigt.",
"entries": {
"none": "Keins",
"discord": "Discord",
"none": "None",
"android": "Android",
"apple": "Apple",
"bereal": "BeReal.",
"crown": "Crown",
"discord": "Discord",
"duolingo": "Luodingo",
"ebio": "e.bio",
"epicgames": "Epic Games",
"gamescom": "Gamescom",
"github": "GitHub",
"gitlab": "GitLab",
"heart": "Heart",
"instagram": "Instagram",
"kick": "Kick",
"labynet": "laby.net",
"paypal": "PayPal",
"pinterest": "Pinterest",
"playstation": "Playstation",
"reddit": "Reddit",
"snapchat": "Snapchat",
"soundcloud": "Soundcloud",
"spotify": "Spotify",
"star": "Star",
"statsfm": "StatsFM",
"steam": "Steam",
"telegram": "Telegram",
"threads": "Threads",
"tiktok": "TikTok",
"twitch": "Twitch",
Expand Down
16 changes: 15 additions & 1 deletion core/src/main/resources/assets/globaltags/i18n/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,32 @@
"description": "This icon will be displayed left to your tag globally.",
"entries": {
"none": "None",
"discord": "Discord",
"android": "Android",
"apple": "Apple",
"bereal": "BeReal.",
"crown": "Crown",
"discord": "Discord",
"duolingo": "Luodingo",
"ebio": "e.bio",
"epicgames": "Epic Games",
"gamescom": "Gamescom",
"github": "GitHub",
"gitlab": "GitLab",
"heart": "Heart",
"instagram": "Instagram",
"kick": "Kick",
"labynet": "laby.net",
"paypal": "PayPal",
"pinterest": "Pinterest",
"playstation": "Playstation",
"reddit": "Reddit",
"snapchat": "Snapchat",
"soundcloud": "Soundcloud",
"spotify": "Spotify",
"star": "Star",
"statsfm": "StatsFM",
"steam": "Steam",
"telegram": "Telegram",
"threads": "Threads",
"tiktok": "TikTok",
"twitch": "Twitch",
Expand Down

0 comments on commit 8fdde1d

Please sign in to comment.