Skip to content

Commit

Permalink
Add translations file to wazuh-dashboard.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Feb 19, 2025
1 parent 3922344 commit 4f99bed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev-tools/build-packages/rpm/wazuh-dashboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,20 @@ rm -fr %{buildroot}
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/legacy/ui/apm/index.js"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/docs/docs_repo.js"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/docs/cli.js"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/de-DE.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/es-419.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/es-ES.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/fr-CA.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/fr-FR.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/id-ID.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/it-IT.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/ja-JP.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/ko-KR.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/pt-PT.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/tr-TR.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/zh-CN.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/zh-TW.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/src/translations/pt-BR.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/package.json"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/LICENSE.txt"
%attr(640, %{USER}, %{GROUP}) "%{INSTALL_DIR}/NOTICE.txt"
Expand Down

0 comments on commit 4f99bed

Please sign in to comment.