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";
}