Skip to content

[p5.js 2.0 Bug Report]: Missing Korean translation entry for preloadDisabled #8395

@eupthere

Description

@eupthere

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

p5.js version

2.1.2

Web browser and version

Firefox 146.0.1

Operating system

MacOSX 26.1

Steps to reproduce this

Korean translation for FES preloadDisabled is missing from translations/ko/translation.json.

Compare it with translations/en/translation.json.

I would like to open a PR for this.

Steps:

  1. Set web browser language to Korean (about:preferences → Language)
  2. On the p5.js web editor, set p5.js version to 2.1.2
  3. Run the snippet below

Snippet:

function preload() {
  loadImage('https://p5js.org/assets/img/p5js.svg');
}

Screencaps

Korean

Image

English

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions