Skip to content

Translation request for IntraVox #951

@Rikdekker

Description

@Rikdekker

👤 App repository

To be done by you

  • Link to your repository: https://github.com/nextcloud/IntraVox
  • If the app is not in the Nextcloud organisation
  • Create file l10n/.gitkeep with empty content
  • Add .l10nignore to exclude compiled JS files and thirdparty code, e.g. ignoring compiled javascript assets and composer PHP dependencies in the vendor/ directory:
    js/
    vendor/
    
  • Create file .tx/config with the following content, replace {{APPID}} with your app id 3 times:
    [main]
    host     = https://www.transifex.com
    lang_map = hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja, bg_BG: bg, cs_CZ: cs, fi_FI: fi
    
    [o:nextcloud:p:nextcloud:r:{{APPID}}]
    file_filter = translationfiles/<lang>/{{APPID}}.po
    source_file = translationfiles/templates/{{APPID}}.pot
    source_lang = en
    type        = PO
  • ⚙️ Validate your repository and translation strings:
    bash translations/validateSyncSetup.sh Owner Repository

🏗️ Sysadmin team

  • 👀 Ensure access:

  • ⚙️ Ensure repository setup and run initial source validation:

    bash translations/validateSyncSetup.sh Owner Repository
  • 🧑‍💻 Run the first sync manually:

    ssh transifex-sync.nextcloud.com
    cd transifex-sync/
    bash sync.sh Owner Repository

📋 App details

IntraVox is a Nextcloud intranet page builder (SharePoint-style drag-and-drop pages). The 1.6.0 release introduced admin-curated language activation in the IntraVox settings UI, with the explicit design that every Transifex-shipped language eventually surfaces in the admin's "Available languages" list — so the more translations the community ships, the more languages admins can offer to their users.

Please provision resource o:nextcloud:p:nextcloud:r:intravox on the Nextcloud Transifex project so the sync-bot can start pulling translations. Thank you! 🙏

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions