Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internationalize About page content #526

Merged

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    2e2a5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb286f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af12b22 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. feat(about): update ProjectPage content and translations

    - Replace 'edible_map' key with correct  'more_about_html' content
    - Restore personal information from fallingfruit.org/about
    mpastoring committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    acbafdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b6823 View commit details
    Browse the repository at this point in the history
  3. feat: add translation migration scripts and documentation

    - Add README.md with usage instructions
    - Create extractTranslationKeys.js for browser-based key extraction
    - Implement migrate_translations.py for YAML to JSON migration
    mpastoring committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c1910ea View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. chore: update gitignore and add initial JSON translations

    - Add venv to .gitignore
    - Add en.json and fr.json translation files
    mpastoring committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    73eb8b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83aa23b View commit details
    Browse the repository at this point in the history
  3. feat(scripts): add placeholder replacement script

    - Create replace_placeholders.py to convert %{} to {{}} in JSON files
    - Update README.md with usage instructions
    mpastoring committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    40115d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    998f9c4 View commit details
    Browse the repository at this point in the history
  5. feat(scripts): sort translation keys for better readability

    - Sort grouped keys alphabetically by category
    - Sort keys within each category alphabetically
    mpastoring committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    17b7526 View commit details
    Browse the repository at this point in the history
  6. refactor: update translation files and management script

    - Remove locale params from English and French translations
    - Improve translation_manager.py with better error handling and file checks
    - Update README with more detailed usage instructions
    mpastoring committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7e123f7 View commit details
    Browse the repository at this point in the history