Skip to content

Commit

Permalink
Makefile: Reordered locales alphabetically
Browse files Browse the repository at this point in the history
also removed sardinian localization, since it's incomplete now
  • Loading branch information
jackburton79 committed Jul 15, 2024
1 parent fcf88e5 commit 7d3de9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CXXFLAGS := -std=c++20 -fPIC
endif
#endif

LOCALES := ca de en en_AU en_GB es es_419 fr fur it nb sc tr
LOCALES := ca de en_AU en_GB en es_419 es fr fur it nb tr

## Include the Makefile-Engine
include $(BUILDHOME)/etc/makefile-engine
Expand Down

0 comments on commit 7d3de9a

Please sign in to comment.