diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-21 23:51:13 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:31:46 -0500 |
commit | 9a25a05d1b376dc20a14696afa280ff4940b1f8a (patch) | |
tree | ffc8b19b8262556b28f39ce691e2ec2fe90b0ed8 /.classpath | |
parent | a9485b187844cad900bc43c0651406c51a7295c1 (diff) |
Add internationalization API to GUI
This commit intentionally fails one test, since that is for
functionality I intend to add later.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,6 @@ <attribute name="module" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> <classpathentry kind="output" path="bin/default"/> </classpath> |