-
-
Notifications
You must be signed in to change notification settings - Fork 30
refactor: everything is now translatable prolly #1955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
needs testing |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
drtheodor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont forget to triage
| // TODO: make it so if the object is Nameable AND Identifiable, use Identifier#toTranslationKey | ||
| public interface Nameable { | ||
| String name(); | ||
| default String toTranslationKey() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overhead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wdym overhead
src/main/java/dev/amble/ait/client/screens/interior/InteriorSettingsScreen.java
Show resolved
Hide resolved
# Conflicts: # src/main/java/dev/amble/ait/datagen/AITModDataGenerator.java
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
refactor nameable to properly implement translation keys instead of a predefined "name" value