Skip to content

Commit

Permalink
i18n support is finally out! Added English translations, close #3
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian committed Nov 4, 2024
1 parent e6e96f0 commit b6f79fe
Show file tree
Hide file tree
Showing 15 changed files with 2,850 additions and 520 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ releases/*
*.cia
*.elf
*.smdh
*.mo
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CPPFILES := $(wildcard src/3ds/*.cpp) \
$(wildcard src/cores/virtuanes/3ds/*.cpp) \
$(wildcard src/cores/picodrive/3ds/*.cpp)

po/%.po: $(TOPDIR)/$(notdir $(TARGET)).pot
po/%/emus3ds.po: $(TOPDIR)/$(notdir $(TARGET)).pot
@echo "Building $@"
@[ -d $(dir $@) ] || mkdir -p $(dir $@)
@if [ -f $@ ]; \
Expand All @@ -27,7 +27,7 @@ po/%.po: $(TOPDIR)/$(notdir $(TARGET)).pot

pot: $(CFILES) $(CPPFILES)
@echo "Building $(TARGET).pot"
xgettext -o $(TARGET).pot $^ -kgetText -C -c \
xgettext -o $(TARGET).pot $^ -kgetText -c \
--from-code="UTF-8" \
--copyright-holder="R-YaTian" \
--package-name="$(APP_TITLE)" \
Expand Down
Loading

0 comments on commit b6f79fe

Please sign in to comment.