Advertisement
Equidea

release_one_german.sql

Nov 24th, 2021
2,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.70 KB | None | 0 0
  1.  
  2. -- ----------------------------------------------------------------------
  3. -- HORSE PROFILE, PEDIGREE & GENETICS
  4. -- ----------------------------------------------------------------------
  5.  
  6. -- Preinstall German language translations for breeds
  7. INSERT INTO `translations` (`language`, `placeholder`, `translation`) VALUES
  8. (1, 'BREED_GERMAN_WARMBLOOD', 'Deutsches Warmblut'),
  9. (1, 'BREED_AUSTRIAN_WARMBLOOD', 'Österreichisches Warmblut'),
  10. (1, 'BREED_SWISS_WARMBLOOD', 'Schweizer Warmblut'),
  11. (1, 'BREED_LUXEMBOURG_WARMBLOOD', 'Luxemburgisches Warmblut'),
  12. -- International thoroughbred breeds
  13. (1, 'BREED_ARABIAN_THOROUGHBRED', 'Arabisches Vollblut'),
  14. (1, 'BREED_ENGLISH_THOROUGHBRED', 'Englisches Vollblut');
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement