Skip to content

chore(i18n): update translations - #699

Open
boxmoji wants to merge 1 commit into
box:masterfrom
boxmoji:mojito
Open

chore(i18n): update translations#699
boxmoji wants to merge 1 commit into
box:masterfrom
boxmoji:mojito

chore(i18n): update translations

5bcf00c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 29, 2026 in 7m 11s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #699 chore(i18n): update translations.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State
10635.1 Build 22 Linux passed
10635.2 Code Lint 22 Linux passed
10635.3 Unit Tests 22 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 22
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "22"
  ],
  "addons": {
    "apt": {
      "packages": [
        "libgconf-2-4"
      ]
    }
  },
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules",
      "~/.cache/Cypress"
    ]
  },
  "before_install": [
    "curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5",
    "export HUSKY_SKIP_HOOKS=1",
    "export NODE_OPTIONS=--openssl-legacy-provider",
    "export PATH=$HOME/.yarn/bin:$PATH",
    "export TZ=America/Los_Angeles"
  ],
  "jobs": {
    "include": [
      {
        "name": "Build",
        "script": [
          "yarn build"
        ]
      },
      {
        "name": "Code Lint",
        "script": [
          "yarn lint"
        ]
      },
      {
        "name": "Unit Tests",
        "script": [
          "yarn test"
        ]
      },
      {
        "name": "E2E Tests",
        "if": "fork = false",
        "script": [
          "travis_wait 60 yarn test:e2e"
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "recipients": [
          "preview-dev@box.com"
        ]
      }
    ]
  }
}