Skip to content

Commit

Permalink
feat(FgForrest#3): add google translator
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Kamenik committed Mar 8, 2024
1 parent a02b87c commit 769da9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public void save(Writer writer, String primaryPropFilePath, String mutation) thr
}

bufferedWriter.newLine();
String finalLocalizationName = firstLetterToUppercase(mutation);
bufferedWriter.write("const " + propertyListDefName + finalLocalizationName + ": LangDef<typeof " + propertyListDefName + "> = {");
String finalLocalizationName = propertyListDefName + firstLetterToUppercase(mutation);
bufferedWriter.write("const " + finalLocalizationName + ": LangDef<typeof " + propertyListDefName + "> = {");
bufferedWriter.newLine();

synchronized (this) {
Expand Down

0 comments on commit 769da9a

Please sign in to comment.