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

com.squarespace.cldr.codegen.reader.LanguageMatchingData Maven / Gradle / Ivy

There is a newer version: 0.0.26
Show newest version
package com.squarespace.cldr.codegen.reader;

import java.util.ArrayList;
import java.util.List;

import com.squarespace.cldr.LanguageMatch;
import com.squarespace.compiler.parse.Pair;


public class LanguageMatchingData {
  
  public final List paradigmLocales = new ArrayList<>();
  public final List languageMatches = new ArrayList<>();
  public final List> matchVariables = new ArrayList<>();
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy