Skip to content

Commit

Permalink
Made Japanese a language that displays right to left
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1013 committed Jun 4, 2024
1 parent 52cb54e commit e839b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/femr/util/translation/TranslationResponseMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Harrison Shu
// represents the Response item that is returned from the backend Java GET Endpoint
public class TranslationResponseMap {
List<String> rtlLanguages = Arrays.asList("he", "ar");
List<String> rtlLanguages = Arrays.asList("he", "ar", "ja");
private String toLanguage;
private String fromLanguage;
private String text;
Expand Down

0 comments on commit e839b5e

Please sign in to comment.