Skip to content

chore(i18n): update translations

469efea
Select commit
Loading
Failed to load commit list.
Open

chore(i18n): update translations #699

chore(i18n): update translations
469efea
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 8, 2026 in 10m 39s

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
10309.1 Build 22 Linux passed
10309.2 Code Lint 22 Linux passed
10309.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"
        ]
      }
    ]
  }
}