Skip to content

Conversation

@muhammedsaidckr
Copy link
Contributor

Summary

  • Moved live-installer.pot from root directory to po/ directory
  • Updated Makefile to generate and reference pot file from correct location
  • Follows standard GNU gettext organization conventions

Details

This addresses issue #17 by organizing translation files according to standard practices:

  • All translation-related files (.pot template and .po language files) are now in the po/ directory
  • Makefile updated to generate the pot file in the correct location
  • Translation workflow remains unchanged and working

Test plan

  • Verified pot file is generated in po/ directory
  • Confirmed make pot command works correctly
  • All translation files are properly organized

Closes #17

Move single_instance() call after test mode detection and use /tmp for PID file in test mode to avoid permission denied errors when running with --test flag.
Fixes organizational structure by moving translation template file
to the standard po/ directory location alongside other translation files.

Updates Makefile to generate and reference pot file from po/ directory.

Closes pardus#17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

live-installer.pot

1 participant