mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-11-03 18:27:55 -06:00 
			
		
		
		
	Add translations for "Older" and "Newer"
This commit is contained in:
		@@ -29,3 +29,9 @@ table_of_contents:
 | 
			
		||||
 | 
			
		||||
see_also:
 | 
			
		||||
  other: "See also"
 | 
			
		||||
 | 
			
		||||
older_post:
 | 
			
		||||
  other: "Older"
 | 
			
		||||
 | 
			
		||||
newer_post:
 | 
			
		||||
  other: "Newer"
 | 
			
		||||
 
 | 
			
		||||
@@ -29,3 +29,9 @@ table_of_contents:
 | 
			
		||||
 | 
			
		||||
see_also:
 | 
			
		||||
  other: "Véase también"
 | 
			
		||||
 | 
			
		||||
older_post:
 | 
			
		||||
  other: "Más antiguo"
 | 
			
		||||
 | 
			
		||||
newer_post:
 | 
			
		||||
  other: "Más nuevo"
 | 
			
		||||
 
 | 
			
		||||
@@ -72,7 +72,7 @@
 | 
			
		||||
    {{ with .NextInSection }}
 | 
			
		||||
    <a class="prev" href="{{ .Permalink }}">
 | 
			
		||||
        <div class="prev-caption">
 | 
			
		||||
            ← Newer
 | 
			
		||||
            ← {{ i18n "newer_post" }}
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="prev-post">
 | 
			
		||||
            {{ .Title }}
 | 
			
		||||
@@ -85,7 +85,7 @@
 | 
			
		||||
    {{ with .PrevInSection }}
 | 
			
		||||
    <a class="next" href="{{ .Permalink }}">
 | 
			
		||||
        <div class="next-caption">
 | 
			
		||||
            Older →
 | 
			
		||||
            {{ i18n "older_post" }} →
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="next-post">
 | 
			
		||||
            {{ .Title }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user