Skip to content

Commit

Permalink
11.0.x is no longer the main branch. Don't skip updates for English
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Dec 19, 2024
1 parent e3e5c29 commit bca868a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions java/org/apache/tomcat/buildutil/translate/Import.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ public static void main(String... args) throws IOException {
private static void processFile(File f) throws IOException {
String language = Utils.getLanguage(f.getName());

// Skip the original
if (language.length() == 0) {
// Comment this line out if the originals need to be imported.
return;
}

// Unlike the main branch, don't skip the original so we can import
// updates to the English translations
Properties props = Utils.load(f);
Object[] objKeys = props.keySet().toArray();
Arrays.sort(objKeys);
Expand Down

0 comments on commit bca868a

Please sign in to comment.