Class Resources_zh_TW

java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.ocpsoft.prettytime.i18n.Resources_zh_TW

public class Resources_zh_TW extends ListResourceBundle
Created by edward_chiang on 13/6/27.
  • Constructor Details

    • Resources_zh_TW

      public Resources_zh_TW()
  • Method Details

    • getContents

      protected Object[][] getContents()
      Returns an Object array containing the resources of this ListResourceBundle. Each element in the array is an array of two elements, the first is the resource key string and the second is the resource.
      Specified by:
      getContents in class ListResourceBundle
      Returns:
      a Object array containing the resources.