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

com.squarespace.cldrengine.api.Bundle Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.api;

import com.squarespace.cldrengine.internal.PrimitiveBundle;

public interface Bundle extends PrimitiveBundle {

  String calendarSystem();
  String numberSystem();
  String languageScript();
  String languageRegion();
  PluralRules plurals();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy