예제 #1
0
 private static void GetKeysFromCode(SortedDictionary <string, LocalizationRecord> storage)
 {
     LocalizationUtils.RegisterAllHardcodedLocalizeProperties((key, t, hint) => AddToStorage(storage, key, t, hint, Source.Code, PairStatus.New, "From Code"));
 }