All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentcs.util.I18nCommon Maven / Gradle / Ivy

The newest version!
// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
package org.opentcs.util;

/**
 * Defines constants regarding internationalization.
 */
public interface I18nCommon {

  /**
   * The path to the project's resource bundle.
   */
  String BUNDLE_PATH = "i18n/org/opentcs/common/Bundle";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy